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

Related work

  • ops42 aws-auth-operator provides a way to map AWS IAM users to the data.mapUsers section of the kube-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 the kube-system:aws-auth ConfigMap.
  • aws-auth provides a CLI and Golang package enabling management of the data.mapRoles and data.mapUsers sections of the kube-system:aws-auth ConfigMap.

GitHub

View Github