Skip to content

Application deployment on OpenShift #346

Closed
@jtuttle

Description

@jtuttle

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 ... and oc login ...)
    • 7_app_deploy.sh (oc delete ... and oc expose ...)
    • 8_app_verify_authentication.sh (oc port-forward ...)

DoD

  • app deploy scripts work on OpenShift platform

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions