[#135] Support GSet for credentials #130
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#130
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:poc/creds-2pset"
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?
Signed-off-by: Denis Kirillov d.kirillov@yadro.com
close #135
b0b35daaf6
to52cdaec798
52cdaec798
toe2fd019e03
WIP: [#XX] Poc creds 2psetto WIP: [#135] Support GSet for credentialsWIP: [#135] Support GSet for credentialsto [#XX] Poc creds 2pset[#XX] Poc creds 2psetto [#XX] Poc creds 2pset[#XX] Poc creds 2psetto [#135] Poc creds 2pset[#135] Poc creds 2psetto [#135] Support GSet for credentials@ -0,0 +77,4 @@
return headers
}
func (v *ObjectVersions) GetLast() *ObjectVersion {
Maybe some tests for sorting and getting last versions will be suitable there.
@ -232,0 +237,4 @@
Usage: "access key id for s3 (use this flag to update existing creds, if this flag is provided '--container-id', '--container-friendly-name' and '--container-placement-policy' are ineffective)",
Required: false,
Destination: &accessKeyIDFlag,
},
Did you consider having separate command like
authmate re-issue-secret
orupdate-secret
? It will be a bit more intuitive, I think. For instanceissue-secret
expects user's wallet to produce credits whileupdate-secret
expects gate wallet to do re-sign. We can describe it in flag description in separate commands.I considered this but decided that having separate command leads to refactoring (due to code duplication) and this refactor tends to be quite comprehensive #131
e2fd019e03
to654b2193b8
654b2193b8
todfc4476afd