generated from TrueCloudLab/basic
Denis Kirillov
67e4595a91
All checks were successful
Tests and linters / Tests (1.20) (pull_request) Successful in 1m20s
DCO action / DCO (pull_request) Successful in 1m10s
Tests and linters / Tests (1.21) (pull_request) Successful in 1m31s
Tests and linters / Tests with -race (pull_request) Successful in 1m52s
Tests and linters / Staticcheck (pull_request) Successful in 1m54s
Tests and linters / Lint (pull_request) Successful in 2m44s
Support: * aws:PrincipalTag * aws:ResourceTag * aws:Request Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
7 lines
142 B
Go
7 lines
142 B
Go
package common
|
|
|
|
const (
|
|
PropertyKeyFrostFSIDGroupID = "frostfsid:groupID"
|
|
|
|
PropertyKeyFormatFrostFSIDUserClaim = "frostfsid:userClaim/%s"
|
|
)
|