metal-stack / metal-roles

Ansible roles for deploying metal-stack
MIT License
2 stars 2 forks source link

Fix OIDC issuer and client ID default to `None`. #273

Closed Gerrit91 closed 4 months ago

Gerrit91 commented 5 months ago

Otherwise we create a Deployment of the api-server that will not start up anymore:

I0315 09:50:31.862781       1 flags.go:64] FLAG: --oidc-ca-file=""
I0315 09:50:31.862786       1 flags.go:64] FLAG: --oidc-client-id="None"
I0315 09:50:31.862792       1 flags.go:64] FLAG: --oidc-groups-claim=""
I0315 09:50:31.862798       1 flags.go:64] FLAG: --oidc-groups-prefix=""
I0315 09:50:31.862803       1 flags.go:64] FLAG: --oidc-issuer-url="None"