Skip to content

Commit

Permalink
Merge pull request #27 from nlnwa/jira/nna-1963
Browse files Browse the repository at this point in the history
Add consultant role
  • Loading branch information
maeb authored Apr 27, 2020
2 parents 174e141 + 2580ade commit 92cdd01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protobuf/config/v1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ enum Role {
OPERATOR = 5;
// Machine to machine
SYSTEM = 6;
// A user with permission to maintain seeds and entities
CONSULTANT = 7;
}

message ApiKey {
Expand Down

0 comments on commit 92cdd01

Please sign in to comment.