Skip to content

Commit

Permalink
Add oidc subpath (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: rasel <[email protected]>
  • Loading branch information
Superm4n97 authored Jul 3, 2024
1 parent f812a9d commit c1be9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/service-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ server:
# issuer client Secret
clientSecret: ""
baseURL: "https://api.appscode.com"
issuerURL: "https://accounts.appscode.com/"
callbackURL: "https://bind.appscode.com/callback"
issuerURL: "https://accounts.appscode.com/accounts"
callbackURL: "https://bind.appscode.com/bind/callback"
# the sync namespace created in the provider side will be named like bb-<some-hash>
namespacePrefix: "ace-"
# How consumers access the service provider cluster. In Kubernetes, "namespaced" allows namespace isolation.
Expand Down

0 comments on commit c1be9c1

Please sign in to comment.