Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
- fixed up typo on the json tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Jul 3, 2018
1 parent aa7c721 commit 48e5faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ type Resource struct {
// WhiteListed permits the prefix through
WhiteListed bool `json:"white-listed" yaml:"white-listed"`
// RequireAnyRole indicates that ANY of the roles are required, the default is all
RequireAnyRole bool `json:"require-any-role yaml:"require-any-role"`
RequireAnyRole bool `json:"require-any-role" yaml:"require-any-role"`
// Roles the roles required to access this url
Roles []string `json:"roles" yaml:"roles"`
// Groups is a list of groups the user is in
Expand Down

0 comments on commit 48e5faa

Please sign in to comment.