feature/131-authmate_refactor #151

Merged
alexvanin merged 1 commit from dkirillov/frostfs-s3-gw:feature/131-authmate_refactor into master 2023-07-26 21:08:01 +00:00
Member

close #131

close #131
dkirillov self-assigned this 2023-06-23 13:36:14 +00:00
dkirillov force-pushed feature/131-authmate_refactor from cde29b87b3 to 14f58b05b4 2023-06-23 13:53:48 +00:00 Compare
dkirillov changed title from WIP: feature/131-authmate_refactor to feature/131-authmate_refactor 2023-06-26 06:19:07 +00:00
dkirillov requested review from storage-services-developers 2023-06-26 06:19:16 +00:00
dkirillov requested review from storage-services-committers 2023-06-26 06:19:16 +00:00
alexvanin approved these changes 2023-06-27 10:56:55 +00:00
@ -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"`
Owner

Why though? 😄

Why though? 😄
Author
Member

It seems more logical to me to see the initial credentials first

It seems more logical to me to see the initial credentials first
alexvanin marked this conversation as resolved
@ -0,0 +68,4 @@
}
poolCfg := PoolConfig{
Key: &key.PrivateKey,
Owner

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.

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.
Author
Member

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)

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)
dkirillov force-pushed feature/131-authmate_refactor from e10e5f9315 to 2cbe3b9a27 2023-06-27 11:18:33 +00:00 Compare
alexvanin merged commit 2cbe3b9a27 into master 2023-06-27 11:39:31 +00:00
alexvanin deleted branch feature/131-authmate_refactor 2023-06-27 11:39:32 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#151
No description provided.