apiserver icon indicating copy to clipboard operation
apiserver copied to clipboard

OIDC errors

Open sohnaeo opened this issue 2 years ago • 0 comments

Hi ,

I have enabled OIDC in api-server, it is working fine and user can get authenticated fine through OIDC but getting below errors in the logs, am not sure what are these for? Google didnt help much

E0929 11:12:31.421256 1 oidc.go:335] oidc authenticator: initializing plugin: 404 Not Found: E0929 11:12:41.421781 1 oidc.go:335] oidc authenticator: initializing plugin: 404 Not Found: E0929 11:12:51.422139 1 oidc.go:335] oidc authenticator: initializing plugin: 404 Not Found: E0929 11:13:01.422124 1 oidc.go:335] oidc authenticator: initializing plugin: 404 Not Found: E0929 11:13:11.421506 1 oidc.go:335] oidc authenticator: initializing plugin: 404 Not Found: E0929 11:13:21.422327 1 oidc.go:335] oidc authenticator: initializing plugin: 404 Not Found:

Below are my OIDC parameters in kube-apiserver.yml

- --oidc-client-id=k8s-user - --oidc-groups-claim=groups - --oidc-issuer-url=https://xxxxxxxxxxxx/openam/oauth2/k8s-custer - --oidc-username-claim=subname

sohnaeo avatar Sep 29 '22 11:09 sohnaeo