diff --git a/awx/main/credential_plugins/hashivault.py b/awx/main/credential_plugins/hashivault.py index 4ccc244330..6a22efc21e 100644 --- a/awx/main/credential_plugins/hashivault.py +++ b/awx/main/credential_plugins/hashivault.py @@ -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',