trinity-1686a
trinity-1686a created pull request Deuxfleurs/garage#898 2024-11-06 23:32:08 +00:00
fix bit/byte inversion in rpc secret error message
trinity-1686a created branch rpc-comment in trinity-1686a/garage 2024-11-06 23:29:34 +00:00
trinity-1686a pushed to rpc-comment at trinity-1686a/garage 2024-11-06 23:29:34 +00:00
9bd9e392ba fix bit/byte inversion in rpc secret error message
a18b3f0d1f Merge pull request 'Garage v1.0.1' (#881) from rel-v1.0.1 into main
7a143f46fc Bump to version 1.0.1
c731f0291a Merge pull request 'fix logic in garage layout skip-dead-nodes + fix typo (fix #879)' (#880) from fix-skip-dead-nodes into main
34453bc9c2 fix logic in garage layout skip-dead-nodes + fix typo (fix #879)
Compare 10 commits »
trinity-1686a created pull request Deuxfleurs/garage#850 2024-08-10 18:20:55 +00:00
don't modify postobject request before validating policy
trinity-1686a created branch fix-acl-postobject in trinity-1686a/garage 2024-08-10 18:14:15 +00:00
trinity-1686a pushed to fix-acl-postobject at trinity-1686a/garage 2024-08-10 18:14:15 +00:00
f190032589 don't modify postobject request before validating policy
3a87bd1370 Merge pull request 'Improve error message for malformed RPC secret key' (#846) from improve-secret-error-message into main
9302cd42f0 Improve error message for malformed RPC secret key
060ad0da32 docs: Update LMDB website
a5ed1161c6 Merge pull request 'Add environment variable dict to helm chart.' (#843) from Benjamin/garage:main into main
Compare 10 commits »
trinity-1686a pushed to main at Deuxfleurs/nixcfg 2024-04-18 15:59:46 +00:00
718a23b74b cluster/prod: Add kokakiwi to adminAccounts
trinity-1686a merged pull request Deuxfleurs/nixcfg#22 2024-04-18 15:59:45 +00:00
cluster/prod: Add kokakiwi to adminAccounts
trinity-1686a pushed to main at Deuxfleurs/nixcfg 2024-03-24 13:42:49 +00:00
e4708a325d add trinity.fr.eu.org to DKIM
trinity-1686a opened issue Deuxfleurs/nixcfg#21 2024-03-16 17:51:59 +00:00
tls fields deprecated in consul config
trinity-1686a commented on issue Deuxfleurs/nixcfg#18 2024-01-31 21:12:07 +00:00
plm search init uses lot of RAM

I've created Plume!1153 upsteam

trinity-1686a commented on issue Deuxfleurs/garage#697 2024-01-31 16:00:32 +00:00
Unable to Connect Using AMP

[0] (AmazonS3Exception) : Error making request with Error Code Moved and Http Status Code Moved. No further error information was returned by the service.

makes me thing the HTTP test doesn't…

trinity-1686a commented on issue Deuxfleurs/nixcfg#18 2024-01-28 14:56:04 +00:00
plm search init uses lot of RAM

I might look into it. Currently the search initialization is done in a pretty naive way (list all published post, from this and other instances), delete them each (which is a non-free no-op, but…

trinity-1686a commented on issue Deuxfleurs/garage#673 2023-11-27 09:20:40 +00:00
path style looks broken in 0.9.0

with a root_domain of garage.svc.cluster.local, and a query for garage.garage.svc.cluster.local, Garage will remove the suffix and consider that the first "garage" is the bucket name (vhost…

trinity-1686a commented on issue Deuxfleurs/garage#673 2023-11-26 16:53:18 +00:00
path style looks broken in 0.9.0

if a / is important, the code that would be faulty would probably be in router.rs, but it looks…

trinity-1686a created pull request Deuxfleurs/garage#654 2023-10-15 16:34:49 +00:00
fix compilation on macos
trinity-1686a created branch fix-macos-compilation in trinity-1686a/garage 2023-10-15 15:57:54 +00:00
trinity-1686a pushed to fix-macos-compilation at trinity-1686a/garage 2023-10-15 15:57:54 +00:00
c7f5dcd953 fix compilation on macos
d8263fdf92 Merge pull request 'documentation updates for v0.9.0' (#647) from doc-updates into main
d24aaba697 doc: update quick start and real world for v0.9.0
b571dcd811 doc: updates to the "migrating to v0.9" page
e6df7089a1 Merge pull request 'Garage v0.9' (#473) from next into main
Compare 10 commits »
trinity-1686a commented on pull request Deuxfleurs/garage#641 2023-10-02 12:39:02 +00:00
doc: update endpoint_url documentation

I retried the CI and it still fails. There is an error at log line 176 (there doesn't appear to be an anchor to link directly to it :-/ ).

CI appears to be using aws-cli 2.11.6, I'm not sure…

trinity-1686a commented on issue Deuxfleurs/garage#618 2023-08-28 15:12:23 +00:00
Implement HeadBucket

I think some applications do a HeadBucket with us-east-1 (the original region) so they can learn the real region from the x-amz-bucket-region: header in the response, and not require it as a…