diff --git a/awx/ui/client/src/forms/Credentials.js b/awx/ui/client/src/forms/Credentials.js index 3c6f6b6de7..d0fd47cdf9 100644 --- a/awx/ui/client/src/forms/Credentials.js +++ b/awx/ui/client/src/forms/Credentials.js @@ -128,6 +128,17 @@ export default // '\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 here", + dataTitle: 'Security Token', + dataPlacement: 'right', + dataContainer: "body" + }, access_key: { label: 'Access Key', type: 'text',