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: "