Skip to content

Commit

Permalink
Merge pull request #238 from damongant/fix-no-skip-auth-lookup
Browse files Browse the repository at this point in the history
cmd/apiserver-boot: do not use authentication-skip-lookup
  • Loading branch information
Phillip Wittrock committed May 6, 2018
2 parents be4496d + 346170b commit 14201e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/apiserver-boot/boot/run/local_aggregated.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func RunApiserverMinikube() *exec.Cmd {
fmt.Sprintf("--kubeconfig=%s", config),
fmt.Sprintf("--authentication-kubeconfig=%s", config),
fmt.Sprintf("--authorization-kubeconfig=%s", config),
"--authentication-skip-lookup",
fmt.Sprintf("--audit-webhook-config-file=%s", config),
}

Expand Down

0 comments on commit 14201e8

Please sign in to comment.