Update help text for hashivault credential plugin

This commit is contained in:
Jake McDermott 2021-06-22 15:05:24 -04:00 committed by Shane McDonald
parent 4cc734ce6e
commit 4de477686e
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -63,7 +63,15 @@ base_inputs = {
'id': 'secret_path',
'label': _('Path to Secret'),
'type': 'string',
'help_text': _('The path to the secret stored in the secret backend e.g, /some/secret/'),
'help_text': _(
(
'The path to the secret stored in the secret backend e.g, /some/secret/. It is recommended'
' that you use the secret backend field to identify the storage backend and to use this field'
' for locating a specific secret within that store. However, if you prefer to fully identify'
' both the secret backend and one of its secrets using only this field, join their locations'
' into a single path without any additional separators, e.g, /location/of/backend/some/secret.'
)
),
},
{
'id': 'auth_path',