mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
fix code review comments: Add support for Kubernetes authentication method in Hashicorp Vault secret lookup
This commit is contained in:
parent
b870659fd9
commit
bbf6484e89
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user