From 9a1bcb3384ad433037a39a5fd6d7f9210651ee68 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 10 Jun 2016 15:49:01 -0400 Subject: [PATCH] Update Credential popover help for network credentials, add some more verbiage to the 'Other' section. re: #2252 --- awx/ui/client/src/forms/Credentials.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/src/forms/Credentials.js b/awx/ui/client/src/forms/Credentials.js index 24ca35acd2..f81a999fab 100644 --- a/awx/ui/client/src/forms/Credentials.js +++ b/awx/ui/client/src/forms/Credentials.js @@ -67,14 +67,18 @@ export default '
Authentication for remote machine access. This can include SSH keys, usernames, passwords, ' + 'and sudo information. Machine credentials are used when submitting jobs to run playbooks against ' + 'remote hosts.
' + + '
Network
\n' + + '
Authentication for network device access. This can include SSH keys, usernames, passwords, ' + + 'and authorize information. Network credentials are used when submitting jobs to run playbooks against ' + + 'network devices.
' + '
Source Control
\n' + '
Used to check out and synchronize playbook repositories with a remote source control ' + 'management system such as Git, Subversion (svn), or Mercurial (hg). These credentials are ' + - 'used on the Projects tab.
\n' + + 'used by Projects.\n' + '
Others (Cloud Providers)
\n' + - '
Access keys for authenticating to the specific ' + - 'cloud provider, usually used for inventory sync ' + - 'and deployment.
\n' + + '
Usernames, passwords, and access keys for authenticating to the specified cloud or infrastructure ' + + 'provider. These are used for dynamic inventory sources and for cloud provisioning and deployment ' + + 'in playbook runs.
\n' + '\n', dataTitle: 'Type', dataPlacement: 'right',