change default provider to openid-connect #14
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
openid-connecthttps://github.com/markbates/goth/blob/15b24f54ca2944bbdb02e9be29840e3d23bcb41e/providers/openidConnect/openidConnect.go#L116C1-L122C3
And in our metal-apiserver:
https://github.com/metal-stack/metal-apiserver/blob/ae0b0ee8a5789d7012590b6cc61db445f130c073/pkg/service/auth/oidc.go#L42-L53
Problem is somehow the extraction and the fallback of goth, which uses the internal provider name and not our. It could arise in
auth-servicehere:References: