[#154] Rename access key to secret key #229
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
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#229
Loading…
Reference in a new issue
No description provided.
Delete branch ":feature/154-rename_access_key"
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?
closes #154
Signed-off-by: Roman Loginov r.loginov@yadro.com
LGTM
@r.loginov Can you check compatibility by using frostfs-aio on current master branch and gateway from this branch?
make up s3cred
and receive some access key and secret keyHere is a small config to run s3 gateway with aio.
I request one more change. Rename
OwnerPublicKey
toSeedKey
in access box message.In fact this is a random public key which is created on every new access box object and it is used as random seed to generate shared secret data.
OwnerPublicKey
may be referenced as public key of the wallet which signed tokens in the box, but it is not. @pogpp felt into this bad naming once.