Skip to content

Commit 74ceea5

Browse files
committed
PMM-14185 handle gssapi
1 parent ab96696 commit 74ceea5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pmm_psmdb-pbm_setup/configure-extra-agents.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ client_credentials_flags="--username=${pmm_mongo_user} --password=${pmm_mongo_us
1313
gssapi_service_name_part=""
1414

1515
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-
)
16+
client_credentials_flags=(
17+
--username="$gssapi_username"
18+
--password="$gssapi_password"
19+
--authentication-mechanism=GSSAPI
20+
--authentication-database='$external'
21+
)
2222
gssapi_service_name_part="_gssapi"
2323
fi
2424

0 commit comments

Comments
 (0)