feature/258-add_control_api #270
No reviewers
TrueCloudLab/storage-services-developers
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#270
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/258-add_control_api"
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 #258
c15cf71b42
tod19b322ac1
d19b322ac1
toacb3dcb2da
acb3dcb2da
to386909df7f
WIP: feature/258-add_control_apito feature/258-add_control_api@ -0,0 +41,4 @@
Signature signature = 2;
}
// Health check request.
response?
386909df7f
toae92aac0ae
ae92aac0ae
toe6944f23fd
e6944f23fd
tocaaf235b96
@ -0,0 +275,4 @@
return fmt.Errorf("marshal request body: %w", err)
}
// TODO(@cthulhu-rider): #468 use Signature message from FrostFS API to avoid conversion
Same as #270/files (comment)
@ -0,0 +307,4 @@
return fmt.Errorf("calculate signature: %w", err)
}
// TODO(@cthulhu-rider): #468 use Signature message from FrostFS API to avoid conversion
I am not sure this todo is valid for service app control APIs.
@ -0,0 +121,4 @@
Signature signature = 2;
}
// Add policy request.
Remove policy request.
We've discussed with @dkirillov changes in proto definition to support multiple namespaces in single put and remove operations. Also remove add operation.
caaf235b96
to338be97c67
338be97c67
to42862fd69e