Fix name of role, has to start with uppercase.

This commit is contained in:
Russell Jones 2017-10-10 17:58:41 -07:00
parent 17631c463b
commit 45bc51d8cf

View file

@ -44,7 +44,7 @@ const (
// RoleProvisionToken is a role for nodes authenticated using provisioning tokens
RoleProvisionToken Role = "ProvisionToken"
// RoleTrustedCluster is a role needed for tokens used to add trusted clusters.
RoleTrustedCluster Role = "trusted_cluster"
RoleTrustedCluster Role = "Trusted_cluster"
// RoleSignup is for first time signing up users
RoleSignup Role = "Signup"
// RoleNop is used for actions that already using external authz mechanisms