Rename use_auth to use_perms

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:58:24 +03:00
parent 5382f1c7bb
commit aa71a1968f
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ if [[ "$OSD_TLS" = "1" ]]; then
VITASTOR_CFG="$VITASTOR_CFG"',"client_ca":"'$(pwd)'/testdata/client_ca.crt"'
VITASTOR_CFG="$VITASTOR_CFG"',"cert":"'$(pwd)'/testdata/cli.crt"'
VITASTOR_CFG="$VITASTOR_CFG"',"pkey":"'$(pwd)'/testdata/cli.key"'
VITASTOR_CFG="$VITASTOR_CFG"',"use_auth":false'
VITASTOR_CFG="$VITASTOR_CFG"',"use_perms":false'
fi
echo "{$VITASTOR_CFG}" > ./testdata/vitastor.conf
VITASTOR_CFG=./testdata/vitastor.conf