spiffe / spire

The SPIFFE Runtime Environment
https://spiffe.io
Apache License 2.0
1.81k stars 478 forks source link

Configurable JWT Issuer for the OIDC Discovery Provider #5657

Open aluthra-37 opened 1 day ago

aluthra-37 commented 1 day ago

Pull Request check list

Affected functionality Added a config item to the OIDC provider (jwt_issuer). This config specifies the issuer for the OIDC provider configuration request. Previously, only the request host could be the issuer. This change allows users to define a different JWT issuer with a path.

Description of change

Which issue this PR fixes Fix for https://github.com/spiffe/spire/issues/5480