We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab96696 commit 74ceea5Copy full SHA for 74ceea5
pmm_psmdb-pbm_setup/configure-extra-agents.sh
@@ -13,12 +13,12 @@ client_credentials_flags="--username=${pmm_mongo_user} --password=${pmm_mongo_us
13
gssapi_service_name_part=""
14
15
if [[ $gssapi_enabled == "true" ]]; then
16
- client_credentials_flags=(
17
- --username="$gssapi_username"
18
- --password="$gssapi_password"
19
- --authentication-mechanism=GSSAPI
20
- --authentication-database='"$external"'
21
- )
+ client_credentials_flags=(
+ --username="$gssapi_username"
+ --password="$gssapi_password"
+ --authentication-mechanism=GSSAPI
+ --authentication-database='$external'
+ )
22
gssapi_service_name_part="_gssapi"
23
fi
24
0 commit comments