You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Support SSL configuration for the driver application submission (#49)
* Support SSL when setting up the driver.
The user can provide a keyStore to load onto the driver pod and the
driver pod will use that keyStore to set up SSL on its server.
* Clean up SSL secrets after finishing submission.
We don't need to persist these after the pod has them mounted and is
running already.
* Fix compilation error
* Revert image change
* Address comments
* Programmatically generate certificates for integration tests.
* Address comments
* Resolve merge conflicts
0 commit comments