Skip to content
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

fix: Adding line within node_iam_role_arns_windows to ensure full support … #2476

Conversation

alexo1088
Copy link

adding line for aws auth configmap that allows eks:kube-proxy-windows to be included in the list of groups. Without this, aws console shows Access Denied

Description

I added the line [for group in module.eks_managed_node_group : group.iam_role_arn], to node_iam_role_arns_windows within main.tf. This ensures that the aws_auth cm is able to provide sufficient permissions to the nodes to remove the access issues that are reported within the console

Motivation and Context

This change is required to ensure that windows MNGs are able to successfully join the cluster with no issues reported . I do not currently see an open issue

Breaking Changes

. No

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • [ X] I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@alexo1088 alexo1088 changed the title adding line within node_iam_role_arns_windows to ensure full support … fix: adding line within node_iam_role_arns_windows to ensure full support … Feb 15, 2023
@alexo1088 alexo1088 changed the title fix: adding line within node_iam_role_arns_windows to ensure full support … fix: Adding line within node_iam_role_arns_windows to ensure full support … Feb 15, 2023
@alexo1088 alexo1088 closed this Feb 16, 2023
@alexo1088
Copy link
Author

Looks like there's an outstanding issue regarding this #2350 . Apologies for not checking first!

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants