mirror of
https://github.com/niusmallnan/steve.git
synced 2025-09-10 01:20:11 +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