mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02:30
add security token ui field
This commit is contained in:
@@ -128,6 +128,17 @@ export default
|
|||||||
// '</dl>\n'
|
// '</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: {
|
access_key: {
|
||||||
label: 'Access Key',
|
label: 'Access Key',
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
|||||||
Reference in New Issue
Block a user