File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -494,14 +494,14 @@ functions:
494
494
working_dir : " src"
495
495
script : |
496
496
cat <<EOT > prepare_enterprise_auth.sh
497
- export SASL_HOST=${sasl_host}
498
- export SASL_PORT=${sasl_port}
499
- export SASL_USER=${sasl_user}
500
- export SASL_PASS=${sasl_pass}
501
- export SASL_DB=${sasl_db}
502
- export PRINCIPAL=${principal}
503
- export GSSAPI_DB=${gssapi_db}
504
- export KEYTAB_BASE64=${keytab_base64}
497
+ export SASL_HOST=' ${sasl_host}'
498
+ export SASL_PORT=' ${sasl_port}'
499
+ export SASL_USER=' ${sasl_user}'
500
+ export SASL_PASS=' ${sasl_pass}'
501
+ export SASL_DB=' ${sasl_db}'
502
+ export PRINCIPAL=' ${principal}'
503
+ export GSSAPI_DB=' ${gssapi_db}'
504
+ export KEYTAB_BASE64=' ${keytab_base64}'
505
505
EOT
506
506
- command : shell.exec
507
507
type : test
You can’t perform that action at this time.
0 commit comments