Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
Make keystone policy file not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio Proto authored and dims committed Jan 24, 2018
1 parent 4644267 commit ae2c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func main() {
log.Fatal("Please specify --tls-cert-file and --tls-private-key-file arguments.")
}
if policyFile == "" {
log.Fatal("Please specify --keystone-policy-file argument.")
log.Printf("Argument --keystone-policy-file missing. Only keystone authentication will work. Use RBAC for authorization.")
}

authentication_handler, err := keystone.NewKeystoneAuthenticator(keystoneURL, keystoneCaFile)
Expand Down

0 comments on commit ae2c941

Please sign in to comment.