🧰 Included Tools
Add rakkess to linux/arm64 in Debian @Nuru (#929)
what
- Add rakkess to
linux/arm64
Debian build
why
- Previously we excluded
rakkess
from thearm64
build because there was no binary available and it was not considered that useful a tool. However, with AWS now supporting a new mechanism for access control for EKS clusters, it is newly useful in verifying access control given that it access can no longer be determined by simply looking at Kubernetes resources.
references
- https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html
- https://github.com/corneliusweig/rakkess
- Some of the best documentation is in this issue comment