phillipleblanc commented on PR #1400:
URL: 
https://github.com/apache/datafusion-ballista/pull/1400#issuecomment-3803023647

   > @milenkovicm I will add an example that configures mTLS on both schedulers 
+ executors.
   
   I've added an example you can run:
   
   ```bash
   # Generate certificates
   cargo run --example mtls-cluster --features tls -- certs
   # Terminal 1: Start scheduler
   cargo run --example mtls-cluster --features tls -- scheduler
   # Terminal 2: Start executor  
   cargo run --example mtls-cluster --features tls -- executor
   # Terminal 3: Run client query
   cargo run --example mtls-cluster --features tls -- client
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to