Skip to content

Commit 814fbbf

Browse files
committed
Fix CI
1 parent 3c8214b commit 814fbbf

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

tests/IntegrationTests/Common.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

9494
let sslUser1Client =

tests/compose/standalone/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

tests/compose/standalone/scripts/init-standalone-tls.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ bin/pulsar-admin tenants create public
1313
echo "Creating 'default' namespace..."
1414
bin/pulsar-admin namespaces create public/default
1515

16-
echo "nSt7+qKTfU1kY6S8Dryrf+tGlMSDKH8od+JzW3sb41s=" > /pulsar/secret.key
17-
1816
echo "Init Standalone TLS completed!"

0 commit comments

Comments
 (0)