fix code review comments: Add support for Kubernetes authentication method in Hashicorp Vault secret lookup

This commit is contained in:
liortamary 2022-03-01 21:21:28 +02:00
parent b870659fd9
commit bbf6484e89

View File

@ -52,7 +52,11 @@ base_inputs = {
'label': _('Kubernetes role'),
'type': 'string',
'multiline': False,
'help_text': _('The Role for Kubernetes Authentication'),
'help_text': _(
'The Role for Kubernetes Authentication.'
' This is the named role, configured in Vault server, for AWX pod auth policies.'
' see https://www.vaultproject.io/docs/auth/kubernetes#configuration'
),
},
{
'id': 'default_auth_path',