initial commit

This commit is contained in:
Max Williams
2018-07-06 16:31:55 +02:00
parent 3c4e28e8a7
commit 58c4a0e30f
7 changed files with 79 additions and 12 deletions

View File

@@ -0,0 +1 @@
- "${account_number}"

View File

@@ -0,0 +1,4 @@
- rolearn: ${role_arn}
username: ${username}
groups:
- ${group}

View File

@@ -0,0 +1,4 @@
- userarn: ${user_arn}
username: ${username}
groups:
- ${group}

View File

@@ -5,8 +5,13 @@ metadata:
namespace: kube-system
data:
mapRoles: |
- rolearn: ${role_arn}
- rolearn: ${worker_role_arn}
username: system:node:{{EC2PrivateDNSName}}
groups:
- system:bootstrappers
- system:nodes
${map_roles}
mapUsers: |
${map_users}
mapAccounts: |
${map_accounts}