File tree 5 files changed +45
-24
lines changed
5 files changed +45
-24
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ spec:
16
16
- path : config/crd/experimental
17
17
repoURL : https://github.com/kubernetes-sigs/gateway-api
18
18
targetRevision : v1.1.0
19
- ignoreDifferences :
20
- - group : admissionregistration.k8s.io
19
+ ignoreDifferences :
20
+ - group : admissionregistration.k8s.io
21
21
kind : ValidatingWebhookConfiguration
22
- jsonPointers :
22
+ jsonPointers :
23
23
- /webhooks/0/failurePolicy
24
24
syncPolicy :
25
25
automated :
52
52
enablePrometheusMerge: true
53
53
protocolDetectionTimeout: 5s
54
54
enableTracing: true
55
+ defaultConfig:
56
+ tracing:
55
57
extensionProviders:
58
+ - name: stackdriver
59
+ stackdriver:
56
60
- name: "oauth2-proxy"
57
61
envoyExtAuthzHttp:
58
62
service: "oauth2-proxy.oauth2-proxy.svc.cluster.local"
69
73
- authorization
70
74
- cookie
71
75
- user-agent
76
+ includeAdditionalHeadersInCheck:
77
+ X-Auth-Request-Redirect: https://%REQ(Host)%%REQ(:PATH)%
72
78
defaultConfig:
73
79
gatewayTopology:
74
80
numTrustedProxies: 2
@@ -79,12 +85,12 @@ spec:
79
85
enabled: true
80
86
wasmEnabled: false
81
87
- path : kubernetes/gke-utility/istio-system
82
- repoURL : https://github.com/borg-land /k8s.io
83
- targetRevision : istio
84
- ignoreDifferences :
85
- - group : admissionregistration.k8s.io
88
+ repoURL : https://github.com/kubernetes /k8s.io
89
+ targetRevision : main
90
+ ignoreDifferences :
91
+ - group : admissionregistration.k8s.io
86
92
kind : ValidatingWebhookConfiguration
87
- jsonPointers :
93
+ jsonPointers :
88
94
- /webhooks/0/failurePolicy
89
95
syncPolicy :
90
96
automated :
Original file line number Diff line number Diff line change @@ -12,17 +12,11 @@ data:
12
12
ignoreDifferences: |
13
13
jqPathExpressions:
14
14
- '.webhooks[]?.clientConfig.caBundle'
15
+ resource.exclusions : |
16
+ - apiGroups:
17
+ - cilium.io
18
+ kinds:
19
+ - CiliumIdentity
20
+ clusters:
21
+ - "*"
15
22
kustomize.buildOptions : --load-restrictor LoadRestrictionsNone --enable-alpha-plugins
16
- dex.config : |
17
- connectors:
18
- - type: github
19
- id: github
20
- name: GitHub
21
- config:
22
- clientID: $dex.github.clientId
23
- clientSecret: $dex.github.clientSecret
24
- orgs:
25
- - name: kubernetes
26
- useLoginAsID: true
27
- loadAllGroups: true
28
- teamNameField: slug
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
labels :
7
7
argocd.argoproj.io/secret-type : repository
8
8
stringData :
9
- url : https://github.com/kubernetes
9
+ url : https://github.com/kubernetes/k8s.io
10
10
name : kubernetes
11
11
type : git
12
12
---
43
43
- backendRefs :
44
44
- name : argocd-server
45
45
port : 80
46
+ ---
47
+ apiVersion : security.istio.io/v1
48
+ kind : AuthorizationPolicy
49
+ metadata :
50
+ name : argocd
51
+ spec :
52
+ selector :
53
+ matchLabels :
54
+ app.kubernetes.io/name : argocd-server
55
+ action : ALLOW
56
+ rules :
57
+ - from :
58
+ - source :
59
+ namespaces :
60
+ - istio-system
61
+ when :
62
+ - key : request.headers[X-Auth-Request-User]
63
+ values :
64
+ - dims
65
+ - upodroid
66
+ - ameukam
67
+ - BenTheElder
Original file line number Diff line number Diff line change 1
-
2
1
config :
3
2
existingSecret : oauth2-proxy-creds
4
3
5
4
extraArgs :
6
5
provider : github
7
6
github-org : kubernetes
8
- github-team : sig-k8s-infra-leads,sig-k8s-infra
9
7
redirect-url : https://oauth2-proxy.k8s.io/oauth2/callback
10
8
reverse-proxy : true
11
9
pass-access-token : true
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
+ namespace : istio-system
3
4
resources :
4
5
- auth-policy.yaml
5
6
- gateway.yaml
You can’t perform that action at this time.
0 commit comments