aboutsummaryrefslogtreecommitdiff
path: root/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tpl')
-rw-r--r--templates/index.tpl27
1 files changed, 4 insertions, 23 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index da0b59e..c8c95d4 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -4,25 +4,6 @@
4 <title>Select Account</title> 4 <title>Select Account</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <link rel="stylesheet" type="text/css" href="/assets/site.css" /> 6 <link rel="stylesheet" type="text/css" href="/assets/site.css" />
7 <script id="shell_template" type="text/template">
8 export AWS_CREDS_EXPIRATION="[[ .expiration ]]"
9 export AWS_ACCESS_KEY_ID="[[ .access_key ]]"
10 export AWS_SECRET_ACCESS_KEY="[[ .secret_key ]]"
11 export AWS_SESSION_TOKEN="[[ .session_token ]]"
12 </script>
13 <script id="powershell_template" type="text/template">
14 Set-Item -path env:AWS_CREDS_EXPIRATION -value '[[ .expiration ]]'
15 Set-Item -path env:AWS_ACCESS_KEY_ID -value '[[ .access_key ]]'
16 Set-Item -path env:AWS_SECRET_ACCESS_KEY -value '[[ .secret_key ]]'
17 Set-Item -path env:AWS_SESSION_TOKEN -value '[[ .session_token ]]'
18 </script>
19 <script id="aws_config_template" type="text/template">
20 [profile [[ .ShortName ]]]
21 aws_access_key_id=[[ .access_key ]]
22 aws_secret_access_key=[[ .secret_key ]]
23 aws_session_token=[[ .session_token ]]
24 expiration=[[ .expiration ]]
25 </script>
26 <script id="credential_row_template" type="text/template"> 7 <script id="credential_row_template" type="text/template">
27 <tr id="credentials-for-[[ .Account ]]"> 8 <tr id="credentials-for-[[ .Account ]]">
28 <td colspan="3"> 9 <td colspan="3">
@@ -32,14 +13,14 @@
32 </tr> 13 </tr>
33 </script> 14 </script>
34 <script id="account_row_template" type="text/template"> 15 <script id="account_row_template" type="text/template">
35 <tr id="account-row-[[ .short_name ]]" data-account-name="[[ .short_name ]]" data-global-credential-endpoint="[[ .global_credential_url ]]"> 16 <tr id="account-row-[[ .short_name ]]" class="account-row" data-account-name="[[ .short_name ]]" data-global-credential-endpoint="[[ .global_credential_url ]]">
36 <td>[[ .name ]]</td> 17 <td>[[ .name ]]</td>
37 <td>[[ .vendor ]]</td> 18 <td>[[ .vendor ]]</td>
38 <td> 19 <td>
39 <a href="[[ .console_redirect_url ]]">Console</a> | 20 <a href="[[ .console_redirect_url ]]">Console</a> |
40 <a data-template="aws_config_template" href="#/cli/[[ .short_name ]]">AWS CLI</a> | 21 <a data-content-type="application/vnd.broker.v2.credential.aws.ini" href="#/cli/[[ .short_name ]]">AWS CLI</a> |
41 <a data-template="shell_template" href="#/sh/[[ .short_name ]]">Bash</a> | 22 <a data-content-type="application/vnd.broker.v2.credential.aws.sh" href="#/sh/[[ .short_name ]]">Bash</a> |
42 <a data-template="powershell_template" href="#/ps/[[ .short_name ]]">Powershell</a> 23 <a data-content-type="application/vnd.broker.v2.credential.aws.psl" href="#/ps/[[ .short_name ]]">Powershell</a>
43 <span class="admin">| <a>Edit</a></span> 24 <span class="admin">| <a>Edit</a></span>
44 </td> 25 </td>
45 </tr> 26 </tr>