generated from terraform-modules/template_aws_submodules
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Enable access to assume the cluster admin role | ||
|
|
||
| 1. copy these files into the directory where the group/role is setup | ||
| * policies.eks.tf | ||
| * variables.eks.tf | ||
| * settings.auto.tfvars | ||
| 1. add the cluster name(s) to the admin_cluster_list (without the eks- prefix) | ||
| 1. for IAM users, add the policy ARN to the list of polcies | ||
| aws_iam_policy.list_assume_policy.arn | ||
| 1. for SAML roles, add the policy ARN to the list of polcies | ||
| aws_iam_policy.list_assume_policy.arn | ||
| 1. you may need to add a POLICY line to tf-run.data before the ALL if it doesn't exist | ||
| 1. tf-run plan (starting at POLICY step) | ||
| 1. commit/PR |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1 @@ | ||
| admin_cluster_list = [ | ||
| "edl-sa1", | ||
| ] | ||
| admin_cluster_list = [] |
File renamed without changes.