Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oidc-discovery-provider] Issuer missmatch #5568

Closed
kfox1111 opened this issue Oct 11, 2024 · 3 comments
Closed

[oidc-discovery-provider] Issuer missmatch #5568

kfox1111 opened this issue Oct 11, 2024 · 3 comments
Labels
triage/in-progress Issue triage is in progress

Comments

@kfox1111
Copy link
Contributor

The oidc discovery provider provides the port it is listening on as part of the issuer property returned to the user of the service. When you run it on an alternate port, for example, for load balancing, it will state the wrong port to the end user. If they are strict with their validation (ex: kube-apiserver) then it will reject it.

@kfox1111
Copy link
Contributor Author

Actually, it looks to just return the hostname:port as passed from the client...

@azdagron azdagron added the triage/in-progress Issue triage is in progress label Oct 15, 2024
@azdagron
Copy link
Member

Is this a duplicate of #5480 ?

@azdagron
Copy link
Member

Confirmed that this is a dup of 5480.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/in-progress Issue triage is in progress
Projects
None yet
Development

No branches or pull requests

2 participants