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.
2 parents a430e00 + c32bad3 commit 83069a1Copy full SHA for 83069a1
e2e/docker-compose.yml
@@ -22,6 +22,9 @@ services:
22
- "12800:12800"
23
environment:
24
- SPP_LOGGING_LEVEL=trace
25
+ - SPP_JWT_ENABLED=true
26
+ - SPP_HTTP_SSL_ENABLED=true
27
+ - SPP_GRPC_SSL_ENABLED=true
28
- SW_CORE_GRPC_SSL_ENABLED=true
29
- SW_CORE_GRPC_SSL_KEY_PATH=/skywalking/config/spp-platform.key
30
- SW_CORE_GRPC_SSL_CERT_CHAIN_PATH=/skywalking/config/spp-platform.crt
0 commit comments