Skip to content

Commit

Permalink
fix: issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Dec 22, 2023
1 parent 735dfb6 commit 6f4e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/gateway/pkg/plugins/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (ja *JWTAuth) getAccessTokenVerifier(ctx context.Context) (op.AccessTokenVe
keySet := rp.NewRemoteKeySet(ja.httpClient, fmt.Sprintf("http://auth:%s/keys", authServicePort))

ja.accessTokenVerifier = op.NewAccessTokenVerifier(
ja.Issuer,
os.Getenv("STACK_URL")+"/api/auth",
keySet,
)
}
Expand Down

0 comments on commit 6f4e025

Please sign in to comment.