[#259] Support contract based policies #276
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#276
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/259-support_policy_from_contract"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
close #259
9dbb08ae22
to9d44314d74
9d44314d74
toce76a9d570
ce76a9d570
toa3f004d79a
a3f004d79a
to5c797d4b91
WIP: [#259] Support contract based policiesto [#259] Support contract based policies5c797d4b91
to8aa9793416
8aa9793416
tocb1a7287d1
@ -0,0 +12,4 @@
)
// MorphPolicyCache provides lru cache for listing policies stored in policy contract.
// This cache contains mapping nice names to object addresses.
Seems it's not for this cache
@ -689,6 +695,10 @@ func newSettings() *viper.Viper {
v.SetDefault(cfgFrostfsIDContract, "frostfsid.frostfs")
v.SetDefault(cfgFrostfsIDEnabled, true)
// frostfsid
policy
@ -0,0 +28,4 @@
// Contract is hash of contract or its name in NNS.
Contract string
// Key is used to interact with frostfsid contract.
policy contract
cb1a7287d1
to9272f4e108
dkirillov referenced this pull request2023-12-11 10:00:06 +00:00