Quentin Dufour
1caa6e29e5
capacity is int64
2023-11-23 10:02:41 +01:00
Quentin Dufour
814b3e11d4
fix query parameters for keys
2023-11-23 08:50:10 +01:00
Quentin Dufour
2d37e7fa39
convert showsecretkey from bool to enum
2023-11-22 21:05:36 +01:00
Quentin Dufour
4f473f43c9
Change how query parameters are handled
2023-11-22 20:39:38 +01:00
Quentin Dufour
3684c29ad0
handle key changes
2023-11-22 18:14:38 +01:00
Quentin Dufour
0d415f42ac
Port GetKeyInfo by adding showSecretKey query param
2023-11-22 18:05:11 +01:00
Quentin Dufour
20b3afbde4
Port layout endpoints
2023-11-22 17:49:51 +01:00
Quentin Dufour
e3cd6ed530
port GetLayout and AddLayout
2023-11-22 15:24:30 +01:00
Quentin Dufour
9b24d7c402
Upgrade GetNodes
2023-11-22 14:25:04 +01:00
Quentin Dufour
c63b446989
skeleton for api v1
2023-11-22 08:58:09 +01:00
Félix Baylac Jacqué
f83fa02193
Add allow_world_readable_secrets option to config file
...
Sometimes, the secret files permissions checks gets in the way. It's
by no mean complete, it doesn't take the Posix ACLs into account among
other things. Correctly checking the ACLs would be too involving (see
https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/658#issuecomment-7102 )
and would likely still fail in some weird chmod settings.
We're adding a new configuration file key allowing the user to disable
this permission check altogether.
The (already existing) env variable counterpart always take precedence
to this config file option. That's useful in cases where the
configuration file is static and cannot be easily altered.
Fixes https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/658
Co-authored-by: Florian Klink <flokli@flokli.de>
2023-10-26 18:25:13 +02:00
networkException
5feb6a1f64
docs: add documentation for specifying token / secret file as environment variables
2023-10-19 03:28:44 +02:00
Alex Auvolat
d24aaba697
doc: update quick start and real world for v0.9.0
2023-10-11 14:49:54 +02:00
Alex Auvolat
b571dcd811
doc: updates to the "migrating to v0.9" page
2023-10-10 15:43:26 +02:00
Alex Auvolat
2448eb7713
upgrade doc: fixes and precisions
2023-10-05 15:29:55 +02:00
Alex Auvolat
6790e24f5a
Add migration to v0.9 guide
2023-10-05 15:20:48 +02:00
Alex Auvolat
2e656b541b
Merge branch 'main' into next
2023-10-03 18:40:37 +02:00
Alex
1243db87f2
Merge pull request 'Add support for binding to unix domain sockets' ( #640 ) from networkException/garage:unix-sockets into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/640
2023-10-03 16:23:02 +00:00
networkException
6f8a87814b
doc: add documentation for specifying unix socket paths
2023-10-03 17:56:34 +02:00
Florian Klink
cb359b4434
doc: update endpoint_url documentation
...
Since `awscli` `>=1.29.0` or `>=2.13.0` it is now possible to use the
`AWS_ENDPOINT_URL` environment variable, or the `endpoint_url` config
key to override the endpoint URL. This means, the aws bash function to
wrap with --endpoint-url is not necessary anymore. Update invocations to
reflect that.
https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html
https://github.com/aws/aws-cli/issues/4454#issuecomment-1626116607
2023-10-02 17:16:11 +03:00
Alex Auvolat
ad82035b98
Merge branch 'main' into next
2023-09-27 13:11:52 +02:00
Alex Auvolat
0e5925fff6
layout doc: reformulate
2023-09-22 16:14:47 +02:00
Alex Auvolat
8d07888fa2
layout doc: write explanations for bizarre scenarios
2023-09-22 16:07:46 +02:00
Alex Auvolat
405aa42b7d
layout doc: update old text
2023-09-22 10:06:31 +02:00
Alex Auvolat
b4a0e636d8
new layout doc: add examples of unexpected layout, to explain
2023-09-22 09:49:07 +02:00
Alex Auvolat
95ae09917b
add ocp2023 presentation
2023-09-19 14:02:07 +02:00
Alex Auvolat
a7ababb5db
doc: update sticker
2023-09-18 16:40:06 +02:00
Alex Auvolat
51abbb02d8
Merge branch 'main' into next
2023-09-11 20:00:02 +02:00
Alex Auvolat
f8b3883611
config: make block_size and sled_cache_capacity expressable as strings
2023-09-11 18:34:59 +02:00
Alex Auvolat
51b9731a08
make lmdb's map_size configurable ( fix #628 )
2023-09-11 18:03:44 +02:00
Alex Auvolat
eb972a8422
doc: update multi-hdd section
2023-09-07 14:48:36 +02:00
Alex Auvolat
6a067e30ee
doc: documentation of rebalance repair
2023-09-07 13:49:12 +02:00
Alex Auvolat
6595efd82f
Document multi-hdd support
2023-09-07 13:23:02 +02:00
Alex Auvolat
bca347a1e8
doc: update page on upgradin clusters
2023-09-07 12:52:44 +02:00
Alex Auvolat
d94f1c9178
reference manual: remove obsolete caveat about multipart uploads
2023-08-30 23:27:02 +02:00
Alex Auvolat
5c923d48d7
reference manual: document support for lifecycle configuration
2023-08-30 23:24:28 +02:00
Alex Auvolat
2e90e1c124
Merge branch 'main' into next
2023-08-29 11:32:42 +02:00
Alex Auvolat
51011e68b1
move alpine linux info to binary package page
2023-08-28 12:20:34 +02:00
Alex
a54a1f5616
Merge pull request 'doc: Add information about Alpine Linux package to Quick Start' ( #564 ) from jirutka/garage:alpine into next-0.8
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/564
2023-08-28 10:18:33 +00:00
Alex
d539a56d3a
Merge pull request 'Support {s3,web}.root_domains for the Caddy on-demand TLS endpoint (<admin>/check?domain=xx)' ( #610 ) from bug/support-root-domains-on-demand-tls into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/610
2023-08-28 09:18:13 +00:00
Alex
bd50333ade
Merge pull request 'reverse-proxy.md: Added caching section for Caddy.' ( #614 ) from jpds/garage:caddy-cache into main
...
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/614
2023-08-28 08:51:33 +00:00
Lapineige
47e7f9e122
another typo
2023-08-19 20:29:24 +00:00
Lapineige
5ffcdb4634
fix typo
2023-08-19 15:17:51 +00:00
Jonathan Davies
7f7d85654d
backup.md: Added restic-android note.
2023-08-18 18:02:19 +01:00
Jonathan Davies
245a0882e1
reverse-proxy.md: Added caching section for Caddy.
2023-08-16 11:49:52 +01:00
Quentin Dufour
24e533f262
support {s3,web}.root_domains in /check endpoint
2023-08-08 11:05:42 +02:00
Max Justus Spransy
4d7bbf7878
operations/durability-repairs-md: Fix typo
2023-07-24 10:01:48 -07:00
Florian Klink
f0b7a0af3d
doc/drafts: fix typo
2023-07-14 14:25:14 +03:00
Florian Klink
194549ca46
doc/book: fix typo
2023-07-14 14:24:40 +03:00
Florian Klink
202d3f0e3c
doc/api: fix typo
2023-07-14 14:24:27 +03:00