Skip to content

Commit

Permalink
fix: secretkey for systemClientSecret in values.yaml file (#280)
Browse files Browse the repository at this point in the history
* fix: systemClientSecret key in values.yaml

Updated systemClientSecret with proper secretKey from the datahub-auth-secrets file

* fix: Updated Chart version

---------

Co-authored-by: Upendra Vedullapalli <upendra.rao.vedullapalli@entur.org>
  • Loading branch information
upendrao and upendra-vedullapalli authored Mar 24, 2023
1 parent f55a2fb commit f2269e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ global:
systemClientId: "__datahub_system"
systemClientSecret:
secretRef: "datahub-auth-secrets"
secretKey: "token_service_signing_key"
secretKey: "system_client_secret"
tokenService:
signingKey:
secretRef: "datahub-auth-secrets"
Expand Down

0 comments on commit f2269e3

Please sign in to comment.