feature/support_proxy_for_contracts #287
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 project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#287
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/support_proxy_for_contracts"
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?
b33ac9b8a4
toa4d4b7a95f
a4d4b7a95f
to949355a187
WIP: feature/support_proxy_for_contractsto feature/support_proxy_for_contracts@ -213,6 +213,9 @@ const ( // Settings.
cfgPolicyEnabled = "policy.enabled"
cfgPolicyContract = "policy.contract"
// Proy.
typo
@ -206,1 +206,4 @@
# Proxy contract configuration. To enable this functionality the `rpc_endpoint` param must be also set.
# Proxy contract hash (LE) or name in NNS.
S3_GW_POLICY_CONTRACT=proxy.frostfs
POLICY
->PROXY
@ -664,0 +667,4 @@
Proxy contract configuration. To enable this functionality the `rpc_endpoint` param must be also set.
```yaml
policy:
policy
->proxy
@ -28,6 +30,9 @@ type Config struct {
// Contract is hash of contract or its name in NNS.
Contract string
// ProxyContract is hash of proxy contract or its name in NNS to interact with frostfsid.
frostfsid
->policy
949355a187
to899213b3f3