diff --git a/awx/ui/client/src/forms/Credentials.js b/awx/ui/client/src/forms/Credentials.js index 3c6f6b6de7..c1d385eb87 100644 --- a/awx/ui/client/src/forms/Credentials.js +++ b/awx/ui/client/src/forms/Credentials.js @@ -153,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: "
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.
To learn more about the IAM STS Token, refer to the Amazon documentation.
", + hasShowInputButton: true, + dataTitle: 'STS Token', + dataPlacement: 'right', + dataContainer: "body" + }, "host": { labelBind: 'hostLabel', type: 'text',