conjurdemos / conjur-intro

Miscellaneous utilities that make it easier to make, manage, and run demos
Apache License 2.0
10 stars 11 forks source link

Adding Java SDK Sample Client and Scripts installing/running Conjur and JAVA SDK Client on OpenShift #45

Closed oburstein-hub closed 4 years ago

oburstein-hub commented 4 years ago

The code introduced contains scripts for installing conjur on OCP and running java SDK test on it

oburstein-hub commented 4 years ago

What does this PR do? Is there any background context you want to provide?

This PR provides following functionality:

  1. Providing sample JAVA Application which connects to Conjur and retrieves secret
  2. Scripts for building, installing and running this Java Application on OpenShift Scripts above include installation of Conjur itself on existing openshift

    What ticket does this PR close?

    Connects to [relevant GitHub issues, eg #76] NA

    Where should the reviewer start? How should this functionality be validated?

    The reviewer should start on JavaClient class and review all the java sources and then go to scripts The functionality can be validated by running build.sh of java and then installers

    Screenshots (if appropriate)

    Links to open issues for related documentation (in READMEs, docs, etc)

    Connects to [relevant GitHub issues, eg cyberark/conjur-docs#76]

oburstein-hub commented 4 years ago

closed because fixes are done I I will open a new one