Simon Kaiser 3 lat temu
rodzic
commit
d99f9f3337
2 zmienionych plików z 17 dodań i 13 usunięć
  1. 4
    0
      README.md
  2. 13
    13
      gitops-kaisers-info/templates/argocd.yaml

+ 4
- 0
README.md Wyświetl plik

27
 ```
27
 ```
28
 kubectl apply -f application-cluster-kaisers-info.yaml
28
 kubectl apply -f application-cluster-kaisers-info.yaml
29
 ```
29
 ```
30
+MISSING: argo cli call to sync applications
31
+```
32
+kubectl apply -f gitops-kaisers-info/templates/argocd-kaisers-info-secrets-sealed.yaml 
33
+```
30
 
34
 
31
 ### GitOps
35
 ### GitOps
32
 ```
36
 ```

+ 13
- 13
gitops-kaisers-info/templates/argocd.yaml Wyświetl plik

40
           extraArgs:
40
           extraArgs:
41
             - --insecure
41
             - --insecure
42
 
42
 
43
-          #config:
44
-          #  oidc.config: |
45
-          #    name: Authentik
46
-          #    issuer: https://authentik.kaisers.info/TENANT_ID/v2.0
47
-          #    clientID: $argocd-kaisers-info-secrets:oidc.auth0.clientID
48
-          #    clientSecret: $argocd-kaisers-info-secrets:oidc.auth0.clientSecret
49
-          #    requestedIDTokenClaims:
50
-          #      groups:
51
-          #        essential: true
52
-          #   requestedScopes:
53
-          #     - openid
54
-          #     - profile
55
-          #     - email
43
+          config:
44
+            oidc.config: |
45
+              name: Authentik
46
+              issuer: https://authentik.kaisers.info/TENANT_ID/v2.0
47
+              clientID: $argocd-kaisers-info-secrets:oidc.auth0.clientID
48
+              clientSecret: $argocd-kaisers-info-secrets:oidc.auth0.clientSecret
49
+              requestedIDTokenClaims:
50
+                groups:
51
+                  essential: true
52
+             requestedScopes:
53
+               - openid
54
+               - profile
55
+               - email
56
           
56