mirror of
https://github.com/pgsty/minio.git
synced 2026-09-25 04:15:59 +03:00
test: restore valid credentials in integration fixtures
Port the shell-fixture changes from ebc9937d97b27871dcc4bb91d4b5771d3550b76a. Match the existing minimum secret length consistently across startup, aliases and helper commands. Signed-off-by: Feng Ruohang <rh@vonng.com>
This commit is contained in:
@@ -31,7 +31,7 @@ unset MINIO_KMS_KES_KEY_NAME
|
||||
export MINIO_CI_CD=1
|
||||
export MINIO_BROWSER=off
|
||||
export MINIO_ROOT_USER="minio"
|
||||
export MINIO_ROOT_PASSWORD="silo123"
|
||||
export MINIO_ROOT_PASSWORD="silo12345"
|
||||
export MINIO_KMS_AUTO_ENCRYPTION=off
|
||||
export MINIO_PROMETHEUS_AUTH_TYPE=public
|
||||
export MINIO_KMS_SECRET_KEY=my-minio-key:OSMM+vkKUTCvQs9YL/CVMIMt43HFhkUpqJxTmGl6rYw=
|
||||
@@ -56,9 +56,9 @@ if [ ! -f ./mc ]; then
|
||||
"$(git rev-parse --show-toplevel)/buildscripts/install-mcli.sh" ./mc
|
||||
fi
|
||||
|
||||
export MC_HOST_silo1=http://minio:silo123@localhost:9001
|
||||
export MC_HOST_silo2=http://minio:silo123@localhost:9002
|
||||
export MC_HOST_silo3=http://minio:silo123@localhost:9003
|
||||
export MC_HOST_silo1=http://minio:silo12345@localhost:9001
|
||||
export MC_HOST_silo2=http://minio:silo12345@localhost:9002
|
||||
export MC_HOST_silo3=http://minio:silo12345@localhost:9003
|
||||
|
||||
./mc ready silo1
|
||||
./mc ready silo2
|
||||
|
||||
Reference in New Issue
Block a user