igalshilman commented on a change in pull request #306: URL: https://github.com/apache/flink-statefun/pull/306#discussion_r818360880
########## 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 don't think I understand. If you can specify it in a `module.yaml` as a utf8 string, then it should be possible to read the exact same string from a file, no? -- 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]
