Merge pull request #41238 from xilabao/add-check-to-authorization-config

Automatic merge from submit-queue (batch tested with PRs 41466, 41456, 41550, 41238, 41416)

add check to authorization config

Prompt user to create the config when using abac/webhook.
This commit is contained in:
Kubernetes Submit Queue
2017-02-16 10:14:10 -08:00
committed by GitHub
3 changed files with 37 additions and 13 deletions

View File

@@ -19,6 +19,9 @@ package constants
import "time"
const (
AuthorizationPolicyFile = "abac_policy.json"
AuthorizationWebhookConfigFile = "webhook_authz.conf"
CACertAndKeyBaseName = "ca"
CACertName = "ca.crt"
CAKeyName = "ca.key"