Skip to content

feat(eks): enable access entries by default#112

Draft
ian-flores wants to merge 1 commit intomainfrom
feat-eks-access-entries-default
Draft

feat(eks): enable access entries by default#112
ian-flores wants to merge 1 commit intomainfrom
feat-eks-access-entries-default

Conversation

@ian-flores
Copy link
Contributor

Summary

  • Change EKSAccessEntriesConfig.enabled default from False to True
  • Add deprecation warning when using legacy aws-auth ConfigMap
  • Update tests for new defaults

This makes EKS Access Entries the default authentication mechanism instead of the legacy aws-auth ConfigMap, preventing issues where ConfigMap patches clobber entries from other systems (like Karpenter).

Test plan

  • Unit tests updated and passing
  • Test on staging cluster
  • Verify access entries are created instead of ConfigMap patches

Closes #111

- Change EKSAccessEntriesConfig.enabled default from False to True
- Add deprecation warning when using legacy aws-auth ConfigMap
- Update tests for new defaults

Closes #111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EKS clusters should configure access entries automatically instead of aws-auth configmap

1 participant