FilKarnicki commented on a change in pull request #306: URL: https://github.com/apache/flink-statefun/pull/306#discussion_r818290846
########## File path: statefun-e2e-tests/statefun-smoke-e2e-java/src/test/resources/remote-module/module.yaml ########## @@ -16,5 +16,11 @@ kind: io.statefun.endpoints.v2/http spec: functions: statefun.smoke.e2e/command-interpreter-fn - urlPathTemplate: http://remote-function-host:8000 - maxNumBatchRequests: 10000 \ No newline at end of file + urlPathTemplate: https://remote-function-host:8000 + maxNumBatchRequests: 10000 + transport: + type: io.statefun.transports.v1/async + trust_cacerts: file:/opt/statefun/modules/statefun-smoke-e2e/certs/a_ca.pem + client_cert: file:/opt/statefun/modules/statefun-smoke-e2e/certs/a_client.crt + client_key: file:/opt/statefun/modules/statefun-smoke-e2e/certs/a_client.key.p8 + client_key_password: test Review comment: I see, I'll make a change. I'm wondering if there's a way to read a pwd from a file while setting up TLS in Kafka. I'll have a poke around later :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
