sambatv/aws-auth-operator
This repository contains the Golang implementation of a Kubernetes Operator
managing the aws-auth
ConfigMap, built with Kubebuilder
Custom Resource Definitions
This operator provides the following CRD kinds in the aws-auth.samba.tv
API group.
External Resources
- Kubebuilder documentation
- kubernetes Custom Resources documentation
- Kubernetes Controllers documentation
- Kubernetes Operator documentation
- AWS EKS aws-auth ConfigMap documentation
Related work
- ops42 aws-auth-operator provides a
way to map AWS IAM users to the
data.mapUsers
section of thekube-system:aws-auth
ConfigMap. - rustrial aws-eks-iam-auth-controller
similarly provides a way to map AWS IAM users to the
data.mapUsers
section of thekube-system:aws-auth
ConfigMap. - aws-auth provides a CLI and Golang
package enabling management of the
data.mapRoles
anddata.mapUsers
sections of thekube-system:aws-auth
ConfigMap.