feat: New module for Cluster Access Management API on Security
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-authbased 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.
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
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.
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.