eksctl icon indicating copy to clipboard operation
eksctl copied to clipboard

[Feature] `eksctl update accessentry` to update already existing Access Entries

Open AmitBenAmi opened this issue 1 year ago • 1 comments

What feature/behavior/change do you want?

eksctl update accessentry that will update existing Access Entries with new properties.

The aws eks cli already support this API with some options - https://docs.aws.amazon.com/cli/latest/reference/eks/update-access-entry.html

Why do you want this feature?

I find multiple use-cases of updating an existing Access Entry, such as:

  • Adding another kubernetesGroup
  • Adding another namespace to the scoped namespaces
  • Adding another Access Policy

Today it either needs to be done:

  1. aws cli
  2. AWS Console
  3. Delete and Re-Create the Access Entry, which might cause downtime

AmitBenAmi avatar Jun 18 '24 15:06 AmitBenAmi

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jul 19 '24 01:07 github-actions[bot]