Skip to content

Commit 0a6c4b8

Browse files
author
Laurie T. Malau
committed
Change issuer identifier address for OIDC
1 parent 225040d commit 0a6c4b8

File tree

1 file changed

+1
-1
lines changed
  • install/installer/pkg/components/public-api-server

1 file changed

+1
-1
lines changed

install/installer/pkg/components/public-api-server/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
3131
var stripeSecretPath string
3232
var personalAccessTokenSigningKeyPath string
3333

34-
publicUrl := fmt.Sprintf("https://api.%s", ctx.Config.Domain)
34+
publicUrl := fmt.Sprintf("https://services.%s", ctx.Config.Domain)
3535

3636
_ = ctx.WithExperimental(func(cfg *experimental.Config) error {
3737
_, _, stripeSecretPath, _ = getStripeConfig(cfg)

0 commit comments

Comments
 (0)