mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
fix(security): harden proxy auth and default credentials (#2981)
* fix(security): harden proxy auth and default credentials * fix(security): address proxy and credential feedback
This commit is contained in:
+4
-2
@@ -22,12 +22,14 @@ mkdir -p $VOLUME
|
||||
|
||||
export RUST_LOG="rustfs=debug,ecstore=debug,s3s=debug,iam=debug"
|
||||
export RUST_BACKTRACE=full
|
||||
export RUSTFS_ACCESS_KEY=rustfs-e2e-admin
|
||||
export RUSTFS_SECRET_KEY=rustfs-e2e-secret
|
||||
$BIN $VOLUME > /tmp/rustfs.log 2>&1 &
|
||||
|
||||
sleep 10
|
||||
|
||||
export AWS_ACCESS_KEY_ID=rustfsadmin
|
||||
export AWS_SECRET_ACCESS_KEY=rustfsadmin
|
||||
export AWS_ACCESS_KEY_ID=$RUSTFS_ACCESS_KEY
|
||||
export AWS_SECRET_ACCESS_KEY=$RUSTFS_SECRET_KEY
|
||||
export AWS_REGION=us-east-1
|
||||
export AWS_ENDPOINT_URL=http://localhost:9000
|
||||
export RUST_LOG="s3s_e2e=debug,s3s_test=info,s3s=debug"
|
||||
|
||||
Reference in New Issue
Block a user