forked from TrueCloudLab/policy-engine
9 lines
192 B
Go
9 lines
192 B
Go
package common
|
|
|
|
const (
|
|
PropertyKeyFrostFSIDGroupID = "frostfsid:groupID"
|
|
|
|
PropertyKeyFrostFSSourceIP = "frostfs:sourceIP"
|
|
|
|
PropertyKeyFormatFrostFSIDUserClaim = "frostfsid:userClaim/%s"
|
|
)
|