Alexey Vanin alexvanin
  • Joined on 2023-03-06
alexvanin closed issue TrueCloudLab/frostfs-s3-gw#550 2024-11-18 11:42:05 +00:00
Run builds on push to master branch
alexvanin commented on issue TrueCloudLab/frostfs-s3-gw#550 2024-11-18 11:41:58 +00:00
Run builds on push to master branch

@potyarkin Thanks! Closed.

alexvanin pushed to master at TrueCloudLab/frostfs-s3-gw 2024-11-18 11:41:35 +00:00
31076796ce [#550] Execute CI on push to master
alexvanin deleted branch feature/ci-push-to-master from potyarkin/frostfs-s3-gw 2024-11-18 11:41:34 +00:00
alexvanin merged pull request TrueCloudLab/frostfs-s3-gw#552 2024-11-18 11:41:32 +00:00
Execute CI on push to master
alexvanin deleted branch feature/ci-push-to-master from potyarkin/frostfs-http-gw 2024-11-18 11:41:05 +00:00
alexvanin pushed to master at TrueCloudLab/frostfs-http-gw 2024-11-18 11:41:03 +00:00
22d905e51e [#165] Execute CI on push to master
alexvanin merged pull request TrueCloudLab/frostfs-http-gw#165 2024-11-18 11:41:01 +00:00
Execute CI on push to master
alexvanin commented on issue TrueCloudLab/frostfs-node#1436 2024-11-18 09:15:55 +00:00
Support secondary keys in FrostFSID contract

Could you describe the correct behaviour w.r.t to APE rules?

Consider Alice having primary key key_1 and secondary keys key_2 and key_3.

Examples:

  • Request is signed by key_2.…
alexvanin pushed to fix/authmate-ape at alexvanin/frostfs-s3-gw 2024-11-15 11:35:45 +00:00
eff0de43d5 [#538] Return headers with 304 Not Modified
fb00dff83b [#540] Add md5 S3Tests compatability
d8f126b339 [#539] Fix listing v1 bookmark marker
7ab902d8d2 [#536] Add rule ID generation
Compare 9 commits »
alexvanin created branch fix/authmate-ape in alexvanin/frostfs-s3-gw 2024-11-15 11:35:44 +00:00
alexvanin commented on issue TrueCloudLab/frostfs-s3-gw#550 2024-11-15 10:13:53 +00:00
Run builds on push to master branch

Would you like this behavior in frostfs-s3-gw only or across all of services team repos?

Let's do this across s3 and http gateways. Not sure we need schedule runs, on push should be enough.

alexvanin commented on issue TrueCloudLab/frostfs-s3-gw#550 2024-11-15 09:55:37 +00:00
Run builds on push to master branch

I am against "ff-only" merge strategy, because master breaks happen quite rarely, and ff-only is going to slow down merge process in my opinion.

alexvanin opened issue TrueCloudLab/frostfs-s3-gw#550 2024-11-15 09:53:25 +00:00
Run builds on push to master branch
alexvanin commented on issue TrueCloudLab/frostfs-http-gw#163 2024-11-14 14:24:41 +00:00
JSON bearer tokens in HTTP request headers

I think the size of the JSON was the issue last time we talked about it.

Since then allowImpesonate flag was introduced, which provides very short bearer tokens.

On the other hand, bearer…