⬆️(ds-proxy) upgrade ds-proxy to version 2.0.0-alpha.4

To upgrade to the version 2.0.0-alpha.4, the salt is moved to the
keyring
This commit is contained in:
Manuel Raynaud
2026-03-24 17:05:11 +01:00
parent bf51755ff9
commit 2fc865e0f6
2 changed files with 25 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ services:
- /app/.venv
networks:
- lasuite
- default
- default
depends_on:
postgresql:
condition: service_healthy
@@ -101,8 +101,27 @@ services:
condition: service_healthy
ds-proxy:
image: demarchenumerique/ds-proxy:v2.0.0-alpha.2
command: ["proxy", "--address", "0.0.0.0:4444", "--password-file", "/etc/dsproxy/PASSWORD", "--salt", "12345678901234567890123456789012", "--keyring-file", "/etc/dsproxy/keyring.toml", "--upstream-url", "http://minio:9000", "--local-encryption-directory", "/var/tmp/local_encryption/", "--s3-access-key", "drive", "--s3-secret-key", "password", "--s3-region", "us-east-1"]
image: demarchenumerique/ds-proxy:v2.0.0-alpha.4
command:
[
"proxy",
"--address",
"0.0.0.0:4444",
"--password-file",
"/etc/dsproxy/PASSWORD",
"--keyring-file",
"/etc/dsproxy/keyring.toml",
"--upstream-url",
"http://minio:9000",
"--local-encryption-directory",
"/var/tmp/local_encryption/",
"--s3-access-key",
"drive",
"--s3-secret-key",
"password",
"--s3-region",
"us-east-1",
]
ports:
- "4444:4444"
environment:

View File

@@ -1,2 +1,4 @@
salt = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
[keys]
0 = "tC8AKtY34zcBArmuwcR8dakK6PhO67pv+5x3gQXG9dYQ+llXpsQZSOFIK8iPmwp3t/sLr8fqhNzNC6yiVObwY6fQDxDSDryD"
0 = "tC8AKtY34zcBArmuwcR8dakK6PhO67pv+5x3gQXG9dYQ+llXpsQZSOFIK8iPmwp3t/sLr8fqhNzNC6yiVObwY6fQDxDSDryD"