You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
jwtIssuer was included as a domain in the oidc configuration. The problem is that https:// is not valid here, so oidc can not start when a jwtIssuer is defined with https://
$ k -n spire-server logs -f spire-spiffe-oidc-discovery-provider-f5874f988-sxxpv
domain "https://spire-env-4.test.infoblox.com" is not a valid domain name: idna: disallowed rune U+003A
jwtIssuer
was included as a domain in the oidc configuration. The problem is that https:// is not valid here, so oidc can not start when a jwtIssuer is defined withhttps://
Example
The issue is that protocols are not allowed and jwtIssuer can be a URI https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.1
The text was updated successfully, but these errors were encountered: