File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ let sslTokenClient =
8888 .EnableTls( true )
8989 .TlsTrustCertificate( ca)
9090 .TlsCertificate( clientCert)
91- .Authentication( AuthenticationFactory.Token( " eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0LXVzZXIifQ.laYPAui-4eGFYxL4zcqYxLjV604wMDzAVe8PRww6NEI " ))
91+ .Authentication( AuthenticationFactory.Token( " eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZG1pbiJ9.aTnuZmrnskICGSoveSUtZt4RBVTOfiQM03nvBNuQU_o " ))
9292 .BuildAsync() .Result
9393
9494let sslUser1Client =
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ services:
4242 ports :
4343 - " 6651:6651"
4444 command : >
45- bash -c "bin/set_python_version.sh &&
45+ bash -c "echo 'nSt7+qKTfU1kY6S8Dryrf+tGlMSDKH8od+JzW3sb41s=' > /pulsar/secret.key &&
46+ bin/set_python_version.sh &&
4647 bin/apply-config-from-env.py conf/standalone.conf &&
4748 bin/pulsar standalone -nfw"
4849 environment :
Original file line number Diff line number Diff line change @@ -13,6 +13,4 @@ bin/pulsar-admin tenants create public
1313echo " Creating 'default' namespace..."
1414bin/pulsar-admin namespaces create public/default
1515
16- echo " nSt7+qKTfU1kY6S8Dryrf+tGlMSDKH8od+JzW3sb41s=" > /pulsar/secret.key
17-
1816echo " Init Standalone TLS completed!"
You can’t perform that action at this time.
0 commit comments