-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save the cluster creator role #168
Comments
In all honesty, it's not really a requirement the majority would expect to find in a shared module, it seems more like a personal needing to me, most of us aren't relying at all to that initial role.
Or you can use plain terraform with Anyway, in my opinion the best choice is to add a predefined role using the |
I think this is a smart move to implement 👍 Would definitely save a bunch of people who aren't sophisticated terraform / EKS operators from losing track of the role / user that created their cluster. |
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
Save the cluster creator role in SSM and add to the cluster as a tag
Use Case
If the user is locked out and the cloudtrail event is missing, an aws support ticket needs to be creator to find the
ClusterCreator
event to dig out the iam role, then the iam role can be assumed to update the kube config map to get access again.Describe Ideal Solution
Save the cluster creator role in SSM and add to the cluster as a tag. If we get the value of the tag from SSM and put a lifecycle ignore changes on the SSM param value, then subsequent applies by a different role will not update the SSM value.
Alternatives Considered
N/A
Additional Context
The text was updated successfully, but these errors were encountered: