WIP: Store hashed entity name in policy contract #87
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ type Kind byte
|
|||
const (
|
||||
Namespace = 'n'
|
||||
Container = 'c'
|
||||
User = 'u'
|
||||
Group = 'g'
|
||||
IAM = 'i'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue