feature/131-authmate_refactor #151
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#151
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/131-authmate_refactor"
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 #131
cde29b87b3
to14f58b05b4
WIP: feature/131-authmate_refactorto feature/131-authmate_refactor@ -138,3 +154,3 @@
issuingResult struct {
AccessKeyID string `json:"access_key_id"`
InitialAccessKeyID string `json:"initial_access_key_id"`
AccessKeyID string `json:"access_key_id"`
Why though? 😄
It seems more logical to me to see the initial credentials first
@ -0,0 +68,4 @@
}
poolCfg := PoolConfig{
Key: &key.PrivateKey,
What you think about using a gateway private key there? Is there a case when we need to use different keys to obtain and decode box?
We can discuss it in separate issue if you want.
In general we need both.
Let's say we create private container, so to access any object we need key of container owher. It's erroneous corner case though (s3 keys should always have read access to the container, but we cannot guarantee this)
e10e5f9315
to2cbe3b9a27