k8s: adopt v1.31.4
And bump a bunch of dependencies.
This commit is contained in:
@@ -50,7 +50,7 @@ func InstrumentAuth(auth Auth) Auth {
|
||||
// NoAuth creates an Auth which allows anonymous access to all resouorces
|
||||
func NoAuth() Auth {
|
||||
return &authWrapper{
|
||||
Request: anonymous.NewAuthenticator(),
|
||||
Request: anonymous.NewAuthenticator(nil),
|
||||
RequestAttributesGetter: &NodeRequestAttr{},
|
||||
Authorizer: authorizerfactory.NewAlwaysAllowAuthorizer(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user