File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# aws-auth-operator
2
2
3
+ Customized User/Role Mapping from Aws to EKS
4
+
3
5
based on Kopf: https://kopf.readthedocs.io/en/latest/
4
6
5
7
# backgound information
6
8
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
8
13
9
14
# installation
10
15
@@ -13,7 +18,7 @@ AWS Auth - https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html
13
18
- pipenv install
14
19
- pipenv run kopf run aws-auth.py
15
20
16
- # testing
21
+ # testing example
17
22
18
- - kubectl apply -f test.yaml
23
+ - kubectl apply -f example/ test.yaml
19
24
- kubectl -n kube-system get cm aws-auth -o yaml
File renamed without changes.
You can’t perform that action at this time.
0 commit comments