mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
fix code review comments: Add support for Kubernetes authentication method in Hashicorp Vault secret lookup
This commit is contained in:
@@ -52,7 +52,11 @@ base_inputs = {
|
|||||||
'label': _('Kubernetes role'),
|
'label': _('Kubernetes role'),
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'multiline': False,
|
'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',
|
'id': 'default_auth_path',
|
||||||
|
|||||||
Reference in New Issue
Block a user