mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
updates to sts token ui
This commit is contained in:
@@ -128,17 +128,6 @@ export default
|
||||
// '</dl>\n'
|
||||
// }]
|
||||
},
|
||||
security_token: {
|
||||
label: 'Security Token',
|
||||
type: 'text',
|
||||
ngShow: "kind.value == 'aws'",
|
||||
autocomplete: false,
|
||||
apiField: 'security_token',
|
||||
awPopOver: "To learn more about AWS IAM sts security tokens, see <a href='http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html' target='_blank'>here</a>",
|
||||
dataTitle: 'Security Token',
|
||||
dataPlacement: 'right',
|
||||
dataContainer: "body"
|
||||
},
|
||||
access_key: {
|
||||
label: 'Access Key',
|
||||
type: 'text',
|
||||
@@ -164,6 +153,18 @@ export default
|
||||
hasShowInputButton: true,
|
||||
apiField: 'passwowrd'
|
||||
},
|
||||
security_token: {
|
||||
label: 'STS Token',
|
||||
type: 'sensitive',
|
||||
ngShow: "kind.value == 'aws'",
|
||||
autocomplete: false,
|
||||
apiField: 'security_token',
|
||||
awPopOver: "<div>Security Token Service (STS) is a web service that enables you to request temporary, limited-privilege credentials for AWS Identity and Access Management (IAM) users.</div><div style='padding-top: 10px'>To learn more about the IAM STS Token, refer to the <a href='http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html' target='_blank'>Amazon documentation</a>.</div>",
|
||||
hasShowInputButton: true,
|
||||
dataTitle: 'STS Token',
|
||||
dataPlacement: 'right',
|
||||
dataContainer: "body"
|
||||
},
|
||||
"host": {
|
||||
labelBind: 'hostLabel',
|
||||
type: 'text',
|
||||
|
||||
Reference in New Issue
Block a user