Skip to content

Commit 6829c87

Browse files
fix(ci): Add public_client_id to server.auth config (#89)
1 parent da5a685 commit 6829c87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/platform/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ server:
246246
audience: "http://localhost:8080"
247247
# -- Identity provider issuer
248248
issuer: http://platform-keycloak/realms/opentdf
249+
# -- The oidc client id, leveraged by otdfctl
250+
public_client_id: 'opentdf-public'
249251
policy:
250252
## -- Default policy for all requests
251253
default: # "role:readonly"

0 commit comments

Comments
 (0)