
[英]Kubernetes error json: cannot unmarshal string into Go value of type map[string]interface {}
[英]could not decode the json of token: json: cannot unmarshal array into Go struct field StandardClaims.aud of type string
我收到错误消息
error: error: could not get a token from the cache or provider: error while authentication: invalid token and you need to remove the cache: could not decode the json of token: json: cannot unmarshal array into Go struct field StandardClaims.aud of type string
在访问我的 kubernetes 集群时在 kubectl 上启用了 OpenID 身份验证。
当我删除本地 OpenID 令牌时,一切都会再次正常工作,但只是一次。 然后错误消息回来了。
有什么想法可能是错的吗?
最好的问候, rforberger
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.