eks-workshop-v2 icon indicating copy to clipboard operation
eks-workshop-v2 copied to clipboard

feat: New module for Cluster Access Management API on Security

Open rodrigobersa opened this issue 1 year ago • 3 comments

What this PR does / why we need it:

Walkthrough of using Cluster Access Management API replacing aws-auth to provide access to the cluster. The module covers;

  • Understanding the API
  • Managing Access
  • Revoking Cluster Creator access
  • Migrating aws-auth based identity mappings
  • Creating granular access

Quality checks

  • [X] My content adheres to the style guidelines
  • [ ] I ran make test module="<module>" it was successful (see https://github.com/aws-samples/eks-workshop-v2/blob/main/docs/automated_tests.md)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

rodrigobersa avatar May 01 '24 00:05 rodrigobersa

Deploy Preview for eks-workshop ready!

Name Link
Latest commit 77faef400bf10939c7f5e4669614da92784d37ad
Latest deploy log https://app.netlify.com/sites/eks-workshop/deploys/66579fc42e3c150008608c98
Deploy Preview https://deploy-preview-919--eks-workshop.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar May 01 '24 00:05 netlify[bot]

Hey @rodrigobersa ! I'm noticing quite a few of the pages have blank terminal sections showing like this:

https://deploy-preview-919--eks-workshop.netlify.app/docs/security/cluster-access-management/managing

To fix the pre-commit warnings you can either set up pre-commit or run this from the top level directory:

npx prettier -w .

It should modify a bunch of files.

niallthomson avatar May 01 '24 03:05 niallthomson

Hey @niallthomson !

Yes, I created the whole content o Quip and ported to Git yesterday. I'll fix those issues today.

Also thanks for the tip for the pre-commit fix.

rodrigobersa avatar May 01 '24 11:05 rodrigobersa