mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Update hashivault.py
This commit is contained in:
@@ -40,6 +40,12 @@ base_inputs = {
|
|||||||
'multiline': False,
|
'multiline': False,
|
||||||
'secret': True,
|
'secret': True,
|
||||||
'help_text': _('The Secret ID for AppRole Authentication')
|
'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',
|
'id': 'default_auth_path',
|
||||||
'label': _('Path to Approle Auth'),
|
'label': _('Path to Approle Auth'),
|
||||||
|
|||||||
Reference in New Issue
Block a user