Modified luna security provider to support minimal and full client installer#296
Modified luna security provider to support minimal and full client installer#296jpatchell wants to merge 1 commit intocloudfoundry:masterfrom gemalto:minimal-installer
Conversation
|
Hey jpatchell! Thanks for submitting this pull request! All pull request submitters and commit authors must have a Contributor License Agreement (CLA) on-file with us. Please sign the appropriate CLA (individual or corporate). When sending signed CLA please provide your github username in case of individual CLA or the list of github usernames that can make pull requests on behalf of your organization. If you are confident that you're covered under a Corporate CLA, please make sure you've publicized your membership in the appropriate Github Org, per these instructions. Once you've publicized your membership, one of the owners of this repository can close and reopen this pull request, and dreddbot will take another look. |
|
@jpatchell Can you please ping me on Slack? |
|
|
||
| def setup_ext_dir | ||
| FileUtils.mkdir ext_dir | ||
| files = [luna_provider_jar, luna_api_so, jcprov_jar, jcprov_so] |
|
@jpatchell Don't forget to enable the framework by default. |
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| # Configuration for the Dynatrace framework |
There was a problem hiding this comment.
Well, I guess we can tell that I copied and pasted and from where 😀
This change updates the Luna Security Provider to support the new Minimal Client Installer. It also updates the code to depend on the 6.+ versions of the client. [#296]
This change updates the Luna Security Provider to support the new Minimal Client Installer. It also updates the code to depend on the 6.+ versions of the client. [#296]
This change updates the contributed Luna Security Provider changes to simply the code even further. In addition, it updates the test code to account for the changes. [resolves #296]
Modified luna security provider to support minimal and full client installer