Commit d8747e0
committed
fix(nixos/rustfs): switch to file-based credentials via LoadCredential
- Rename options `accessKey`/`secretKey` to `accessKeyFile`/`secretKeyFile` to reflect usage.
- Switch environment variables to `RUSTFS_ACCESS_KEY_FILE` and `RUSTFS_SECRET_KEY_FILE` to fix type mismatches (raw string vs path).
- Implement systemd `LoadCredential` with `%d` expansion for secure secret injection.1 parent e09095d commit d8747e0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
| 178 | + | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments