Skip to content

Commit

Permalink
plumb through auto encrypt and auth method
Browse files Browse the repository at this point in the history
  • Loading branch information
nickethier committed Jan 19, 2022
1 parent 5280b17 commit a85c585
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 3,861 deletions.
35 changes: 35 additions & 0 deletions charts/consul/templates/api-gateway-controller-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- create
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
Expand Down Expand Up @@ -173,4 +182,30 @@ rules:
- get
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- tcproutes
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- tcproutes/finalizers
verbs:
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- tcproutes/status
verbs:
- get
- patch
- update
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ spec:
fieldPath: status.hostIP
- name: IP
valueFrom:
fieldRef:
fieldPath: status.podIP
fieldRef:
fieldPath: status.podIP
{{- if .Values.global.acls.manageSystemACLs }}
- name: CONSUL_HTTP_TOKEN
valueFrom:
Expand Down
Loading

0 comments on commit a85c585

Please sign in to comment.