Skip to content

Commit

Permalink
fix: remove client-auth-token from stores (#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat authored Jun 7, 2023
1 parent f0b425f commit 1e285e9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,6 @@ spec:
configMapKeyRef:
name: mobilecoin-network
key: network
- name: CLIENT_AUTH_TOKEN_SECRET
valueFrom:
secretKeyRef:
name: client-auth-token
key: token
optional: true
livenessProbe:
grpc:
port: 3228
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,6 @@ spec:
value: {{ .Values.fogView.rust.backtrace | quote }}
- name: RUST_LOG
value: {{ .Values.fogView.rust.log | quote }}
- name: CLIENT_AUTH_TOKEN_SECRET
valueFrom:
secretKeyRef:
name: client-auth-token
key: token
optional: true
- name: FOG_VIEW_SENTRY_DSN
valueFrom:
configMapKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ data:
--watcher-db /fog-data/watcher
--client-responder-id "%(ENV_HOSTNAME)s.{{ include "fogServices.fullname" . }}-fog-ledger-store.{{ .Release.Namespace }}.svc.cluster.local:3228"
--client-listen-uri insecure-key-image-store://0.0.0.0:3228/?responder-id="%(ENV_HOSTNAME)s.{{ include "fogServices.fullname" . }}-fog-ledger-store.{{ .Release.Namespace }}.svc.cluster.local:3228"
{{- if (include "fogServices.clientAuth" .) }}
--client-auth-token-secret "%(ENV_CLIENT_AUTH_TOKEN_SECRET)s"
--client-auth-token-max-lifetime 31536000
{{- end }}
--ias-spid %(ENV_IAS_SPID)s
--ias-api-key %(ENV_IAS_API_KEY)s
--admin-listen-uri insecure-mca://127.0.0.1:8001/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ data:
command=/usr/bin/fog_view_server
--client-listen-uri insecure-fog-view-store://0.0.0.0:3225/?responder-id=%(ENV_HOSTNAME)s.{{ include "fogServices.fullname" . }}-fog-view-store.{{ .Release.Namespace }}:3225
--client-responder-id "%(ENV_HOSTNAME)s.{{ include "fogServices.fullname" . }}-fog-view-store.{{ .Release.Namespace }}:3225"
{{- if (include "fogServices.clientAuth" .) }}
--client-auth-token-secret "%(ENV_CLIENT_AUTH_TOKEN_SECRET)s"
--client-auth-token-max-lifetime 31536000
{{- end }}
--ias-spid %(ENV_IAS_SPID)s
--ias-api-key %(ENV_IAS_API_KEY)s
--admin-listen-uri insecure-mca://127.0.0.1:8001/
Expand Down

0 comments on commit 1e285e9

Please sign in to comment.