mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 23:41:23 -03:30
Update hashivault.py
This commit is contained in:
parent
de52adedef
commit
d94a49ac74
@ -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'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user