forked from TrueCloudLab/policy-engine
2628f61849
Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
11 lines
243 B
Go
11 lines
243 B
Go
package common
|
|
|
|
const (
|
|
PropertyKeyFrostFSIDGroupID = "frostfsid:groupID"
|
|
|
|
PropertyKeyFrostFSSourceIP = "frostfs:sourceIP"
|
|
|
|
PropertyKeyFormatFrostFSIDUserClaim = "frostfsid:userClaim/%s"
|
|
|
|
PropertyKeyFrostFSXHeader = "frostfs:xheader/%s"
|
|
)
|