mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 16:07:30 -02:30
[4.6] Insights Credential Help Text Update (#6937)
* Update help text for insights cred * update help text for the insights cred per new mock ups
This commit is contained in:
@@ -1054,7 +1054,7 @@ insights = ManagedCredentialType(
|
|||||||
'label': gettext_noop('Username'),
|
'label': gettext_noop('Username'),
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'help_text': gettext_noop(
|
'help_text': gettext_noop(
|
||||||
'Required for basic authentication. ' 'May be blank if using client_id and client_secret',
|
'Username is required for basic authentication.',
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1063,7 +1063,7 @@ insights = ManagedCredentialType(
|
|||||||
'type': 'string',
|
'type': 'string',
|
||||||
'secret': True,
|
'secret': True,
|
||||||
'help_text': gettext_noop(
|
'help_text': gettext_noop(
|
||||||
'Required for basic authentication. ' 'May be blank if using client_id and client_secret',
|
'Password is required for basic authentication',
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1071,7 +1071,7 @@ insights = ManagedCredentialType(
|
|||||||
'label': gettext_noop('Client ID'),
|
'label': gettext_noop('Client ID'),
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'help_text': gettext_noop(
|
'help_text': gettext_noop(
|
||||||
'Required for service account authentication. ' 'May be blank if using username and password',
|
'Enter client ID to create a service account credential.',
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1080,7 +1080,7 @@ insights = ManagedCredentialType(
|
|||||||
'type': 'string',
|
'type': 'string',
|
||||||
'secret': True,
|
'secret': True,
|
||||||
'help_text': gettext_noop(
|
'help_text': gettext_noop(
|
||||||
'Required for service account authentication. ' 'May be blank if using username and password',
|
'Enter client secret to create a service account credential.',
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user