mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
CI: use MINIO_KMS_SECRET_KEY
when verify healing (#14511)
This commit replaces the KMS / KES environment variables with `MINIO_KMS_SECRET_KEY` when testing healing on CI. This change is necessary since KES `0.18.0` introduced some API breaking changes and the healing tests run a test (`verify-3604`) that requires an older MinIO version (e.g. `2021-11-24T23-19-33Z`) which is not able to parse a KES error as expected. This commit allows the KES instance at `https://play.min.io:7373` to get updated to newer versions. Signed-off-by: Andreas Auernhammer <hi@aead.dev>
This commit is contained in:
parent
fce380a044
commit
9dbfd84c5b
5
.github/workflows/go-healing.yml
vendored
5
.github/workflows/go-healing.yml
vendored
@ -37,10 +37,7 @@ jobs:
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
GO111MODULE: on
|
||||
MINIO_KMS_KES_CERT_FILE: /home/runner/work/minio/minio/.github/workflows/root.cert
|
||||
MINIO_KMS_KES_KEY_FILE: /home/runner/work/minio/minio/.github/workflows/root.key
|
||||
MINIO_KMS_KES_ENDPOINT: "https://play.min.io:7373"
|
||||
MINIO_KMS_KES_KEY_NAME: "my-minio-key"
|
||||
MINIO_KMS_SECRET_KEY: "my-minio-key:oyArl7zlPECEduNbB1KXgdzDn2Bdpvvw0l8VO51HQnY="
|
||||
MINIO_KMS_AUTO_ENCRYPTION: on
|
||||
run: |
|
||||
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||
|
Loading…
Reference in New Issue
Block a user