From d94a49ac748ad0e2d7196d7d5084757c3106b31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie?= Date: Tue, 16 Mar 2021 09:16:55 -0400 Subject: [PATCH] Update hashivault.py --- awx/main/credential_plugins/hashivault.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/awx/main/credential_plugins/hashivault.py b/awx/main/credential_plugins/hashivault.py index 7e262912a4..e128cd94b9 100644 --- a/awx/main/credential_plugins/hashivault.py +++ b/awx/main/credential_plugins/hashivault.py @@ -40,6 +40,12 @@ base_inputs = { 'multiline': False, 'secret': True, 'help_text': _('The Secret ID for AppRole Authentication') + }, { + 'id': 'namespace', + 'label': _('Namespace name (Vault Enterprise only)'), + 'type': 'string', + 'multiline': False, + 'help_text': _('Name of the namespace to use when authenticate and retrieve secrets') }, { 'id': 'default_auth_path', 'label': _('Path to Approle Auth'),