Closed bradhandy closed 8 years ago
Is there something else I need to do in order for this pull request to be integrated?
Based on the e-mail I received about this pull request, should this be closed now?
@bradhandy Apologies for the long delay. I'm currently working on integrating your changes on master if you want to follow along. I will probably release 2.2 with SSL and authentication and look at your packaging changes separately.
Ref. df71620af0b9d9a2726cfd3cb8c8507f2b5879ce
I'm currently leaning toward relying on the Java system properties to configure SSL because it keeps Pillar simpler and arguably more flexible than providing a custom SSL context.
Authentication and SSL/TLS support is included in release 2.2, which will be available today.
I have created issue #33 to track the zip file packaging request.
We wanted to use Pillar for our Cassandra migrations all the way through Production, but we could not see any support for SSL or User Credentials. These are the changes we made to support both pieces of functionality.
Also included is a separation of the staging of the compiled artifacts and the packaging of those artifacts. This was needed to introduce a zip package option.
Change Summary: