Closed
Description
The app deploy scripts will also need some OpenShift-specific modifications
for app-specific Conjur policies that are loaded, and for deploying applications.
This includes:
- In the policy subdirectory, add Conjur policy host definitions for sample applications that will be run on OpenShift.
- Using the conjurdemos/kubernetes-conjur-demo scripts as a reference, make sure that the calls to the
oc
CLI that appear in the following scripts are included in the scripts created by Issue There are reusable scripts for development environments and automated testing #239:- 1_prep_platform_login.sh (
oc login ...
into platform) - 4_app_create_namespace.sh (
oc adm policy ...
andoc login ...
) - 7_app_deploy.sh (
oc delete ...
andoc expose ...
) - 8_app_verify_authentication.sh (
oc port-forward ...
)
- 1_prep_platform_login.sh (
DoD
- app deploy scripts work on OpenShift platform