-
Notifications
You must be signed in to change notification settings - Fork 22
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
Kim with OIDC #1019
Kim with OIDC #1019
Conversation
Skipping CI for Draft Pull Request. |
/test all |
@piotrmiskiewicz: No jobs can be run with
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Add one of following labels |
UsernamePrefix: &s.oidcDefaultValues.UsernamePrefix, | ||
} | ||
if operation.ProvisioningParameters.Parameters.OIDC != nil { | ||
if operation.ProvisioningParameters.Parameters.OIDC.ClientID != "" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use DefaultIfParamNotSet
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately no, it expects param as a pointer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got it.
8eefd3c
to
5a98ff1
Compare
Description
Changes proposed in this pull request:
Related issue(s)
#905
#791