Skip to content

Commit

Permalink
feat(bpdm): updated realm seeding on umbrella chart with service account
Browse files Browse the repository at this point in the history
  • Loading branch information
SujitMBRDI committed Dec 20, 2024
1 parent 91ce51d commit c1c2d8f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/bpdm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,19 @@ centralidp:
enabled: true
keycloak:
fullnameOverride: bpdm-centralidp
realmSeeding:
# SET client secrets for all non-testing and non-local purposes, default value is autogenerated.
serviceAccounts:
clientSecrets:
- clientId: sa-cl7-cx-1
clientSecret: "**********"
- clientId: sa-cl7-cx-5
clientSecret: "**********"
- clientId: sa-cl7-cx-7
clientSecret: "**********"
- clientId: sa-cl25-cx-1
clientSecret: "**********"
- clientId: sa-cl25-cx-2
clientSecret: "**********"
- clientId: sa-cl25-cx-3
clientSecret: "**********"

0 comments on commit c1c2d8f

Please sign in to comment.