Skip to content

Commit

Permalink
update keyclaok (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndduc01 authored Dec 17, 2024
1 parent ddf6b0d commit b05e70b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/data-processing-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ spec:
protocol: TCP
env:
- name: RC_CLIENT_ID
value: {{ .Values.keycloak.clientId }}
value: {{ .Values.keycloak.srte.clientId }}
- name: RC_CLIENT_SECRET
value: {{ .Values.keycloak.clientSecret }}
value: {{ .Values.keycloak.srte.clientSecret }}
- name: RC_URL
value: {{ .Values.dataingestion.uri }}
- name: RC_EP_TOKEN
Expand Down
5 changes: 3 additions & 2 deletions charts/data-processing-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ dataingestion:
uri: ""

keycloak:
clientId: ""
clientSecret: ""
srte:
clientId: ""
clientSecret: ""
5 changes: 3 additions & 2 deletions charts/data-processing-service/values-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ dataingestion:
uri: ""

keycloak:
clientId: ""
clientSecret: ""
srte:
clientId: ""
clientSecret: ""
5 changes: 3 additions & 2 deletions charts/data-processing-service/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ dataingestion:
uri: ""

keycloak:
clientId: ""
clientSecret: ""
srte:
clientId: ""
clientSecret: ""
5 changes: 3 additions & 2 deletions charts/data-processing-service/values-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ dataingestion:


keycloak:
clientId: ""
clientSecret: ""
srte:
clientId: ""
clientSecret: ""

0 comments on commit b05e70b

Please sign in to comment.