Skip to content

Commit

Permalink
[DSD-6127] added new secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshitha650 committed Sep 2, 2024
1 parent dd7171b commit ad23e0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/conf-secrets/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ data:
resident-websub-auth-transaction-status-secret: {{ randAlphaNum 16 | b64enc | quote }}
resident-websub-credential-status-update-secret: {{ randAlphaNum 16 | b64enc | quote }}
resident-websub-regproc-workflow-complete-secret: {{ randAlphaNum 16 | b64enc | quote }}
mosip-resident-request-credential-encryption-key: {{ randAlphaNum 16 | b64enc | quote }}
idrepo-websub-remove-id-status-secret: {{ randAlphaNum 16 | b64enc | quote }}
mosip-ida-kyc-token-secret: {{ randAlphaNum 32 | b64enc | b64enc | quote }}
mosip-partner-crypto-p12-password: {{ .Values.secrets.mosip_partner_crypto_p12_password | b64enc | quote }}
8 changes: 8 additions & 0 deletions charts/config-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,14 @@ envVariables:
name: conf-secrets-various
key: mosip-partner-crypto-p12-password
enabled: true

- name: SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_MOSIP_RESIDENT_REQUEST_CREDENTIAL_ENCRYPTION_KEY
valueFrom:
secretKeyRef:
name: conf-secrets-various
key: mosip-resident-request-credential-encryption-key
enabled: true

- name: SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_MPARTNER_DEFAULT_TEMPLATE_SECRET
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit ad23e0e

Please sign in to comment.