From 70725cf7e16726757eab6a4894cba43341ea3cf7 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 1 Oct 2015 13:54:02 -0400 Subject: [PATCH] add security token ui field --- awx/ui/client/src/forms/Credentials.js | 11 +++++++++++ 1 file changed, 11 insertions(+) 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',