Update hashivault.py

This commit is contained in:
Jérémie
2021-03-16 09:16:55 -04:00
committed by GitHub
parent de52adedef
commit d94a49ac74

View File

@@ -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'),