This repo stores the demo/POV info on Conjur Cloud & Secrets Hub Please refer to APJ Secrets SharePoint page for more details
.
├── apps
│ ├── azure # Demo Script for authn-azure
│ ├── container # Source code for container images
│ ├── cp # Demo script for CP
│ ├── demoapp # Demo application with Identity, Conjur Cloud & Secrets Hub
│ ├── dockerhiub # Demo Kubernetes application in Private Repo on DockerHub
│ ├── eks # Demo kubernetes manifests for EKS
│ ├── gitlab # Demo pipeline and terraform files for GitLab
│ ├── kubernetes # Demo kubernetes manifests for Kubernetes
│ ├── openshift # Demo kubernetes manifests for OpenShift
│ ├── registratino # Source code for self-registration portal
│ └── terraform_cloud # Demo manifests for Terraform Cloud
└── policy # Conjur Policies
├── conjur # Policies under /conjur, mainly for Conjur Authenticators
├── data # Policies under /data, mainly for app identities and entitlements
└── conjur_load_policy.sh # Script for loading policies to Conjur Cloud using CLI
- Create
test-app-namespace - Create
configmapconjur-ssl-cert, with keyssl-certificateand value of Conjur Cloud cert (e.g.apps/openshift/apj-secrets.crt) - Update
conjur/authn-jwt/openshift/jwks.jsonwith OpenShift JWKS public key - Review and create
authn-jwt/openshift(line 222-238). Update the files accordingly if needed - Deploy manifests in
apps/openshiftfolders - Access OpenShift Console, access the routes under
test-app-namespaceproject
Quincy Cheng