Rename accessKey
to secretKey
#154
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#154
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Access box stores encoded secret key to check signatures. However it is called accessKey in the protobuf and corresponding definitions which is very similar to
access_key_id
of S3 protocol.To avoid confusion I propose to rename
accessKey
statements tosecretKey
once and for all. This change should be compatible, because access boxes are stored in binary form.For some reason we do have
json_name
definitions though. I am not sure there are any usage of that besides an output of authmate app.r.loginov referenced this issue2023-10-02 09:58:20 +00:00