Skip to content

Commit 37291cc

Browse files
author
Daniel Hahn
committed
structured example
1 parent 9692acf commit 37291cc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# aws-auth-operator
22

3+
Customized User/Role Mapping from Aws to EKS
4+
35
based on Kopf: https://kopf.readthedocs.io/en/latest/
46

57
# backgound information
68

7-
AWS Auth - https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html
9+
Maps a custom resource definition to an entry in the aws-auth configmap
10+
described here: https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html
11+
12+
Also logs the changes to the aws-auth configmap to stdout
813

914
# installation
1015

@@ -13,7 +18,7 @@ AWS Auth - https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html
1318
- pipenv install
1419
- pipenv run kopf run aws-auth.py
1520

16-
# testing
21+
# testing example
1722

18-
- kubectl apply -f test.yaml
23+
- kubectl apply -f example/test.yaml
1924
- kubectl -n kube-system get cm aws-auth -o yaml
File renamed without changes.

0 commit comments

Comments
 (0)