Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application deployment on OpenShift #346

Closed
1 task
jtuttle opened this issue Jun 28, 2021 · 0 comments · Fixed by #371
Closed
1 task

Application deployment on OpenShift #346

jtuttle opened this issue Jun 28, 2021 · 0 comments · Fixed by #371

Comments

@jtuttle
Copy link
Member

jtuttle commented Jun 28, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants