mirror of
https://github.com/rancher/steve.git
synced 2025-09-24 04:49:53 +00:00
committed by
Arvind Iyengar
parent
682e866977
commit
c5087d55cf
@@ -70,7 +70,7 @@ func WebhookConfigForURL(url string) (string, error) {
|
||||
}
|
||||
|
||||
func NewWebhookAuthenticator(cacheTTL time.Duration, kubeConfigFile string) (Authenticator, error) {
|
||||
wh, err := webhook.New(kubeConfigFile, "v1", nil)
|
||||
wh, err := webhook.New(kubeConfigFile, "v1", nil, nil)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user