{"id":43052793,"url":"https://github.com/cloud-native-toolkit/deployer-cp4s","last_synced_at":"2026-01-31T10:38:21.186Z","repository":{"id":180164194,"uuid":"663527271","full_name":"cloud-native-toolkit/deployer-cp4s","owner":"cloud-native-toolkit","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-08T15:21:19.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-06-22T03:02:55.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloud-native-toolkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-07-07T13:56:53.000Z","updated_at":"2024-10-08T15:20:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"44062560-bcd4-4b01-829c-823bb5b9daa0","html_url":"https://github.com/cloud-native-toolkit/deployer-cp4s","commit_stats":null,"previous_names":["cloud-native-toolkit/deployer-cp4s"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cloud-native-toolkit/deployer-cp4s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fdeployer-cp4s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fdeployer-cp4s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fdeployer-cp4s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fdeployer-cp4s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud-native-toolkit","download_url":"https://codeload.github.com/cloud-native-toolkit/deployer-cp4s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-native-toolkit%2Fdeployer-cp4s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-31T10:38:21.076Z","updated_at":"2026-01-31T10:38:21.179Z","avatar_url":"https://github.com/cloud-native-toolkit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Techzone Deployer Cloud Pak for Security pipelines\n\nThis repository contains a set of Tekton pipelines to deploy IBM Cloud Pak for Security in an IBM Technology Zone `deployer` cluster.\n\n## Prerequisites\nYou will need an instance of [IBM Verify](https://www.ibm.com/products/verify-identity). Once you have an instance of verify, you will need the API access. Grab the Client ID and Client secret for Verify. \n\nTo obtain a Client ID and Client secret from your Verify instance.\n- If an API Client does not exist, create one. For more information, see [API Access](https://docs.verify.ibm.com/verify/docs/native-applications?_gl=1*1t9rkn2*_ga*MTk1NDg5NjUzNi4xNjg5MjUyMTEx*_ga_FYECCCS21D*MTY4OTI1MjExMS4xLjEuMTY4OTI1MjM5Ny4wLjAuMA..)\n- Go to Security \u003e API Access and click the edit icon for the API client.\n- Under API credentials, copy and store the Client ID and Client secret values.\n\nAn IBM Technology Zone `deployer` cluster is assumed to be configured with an appropriate Red Hat OpenShift version for the Cloud Pak for Security version you wish to deploy, with appropriate sizing. Refer to [IBM Cloud Pak for Security documentation](https://www.ibm.com/docs/en/cloud-paks/cp-security/1.10) for more information.\n\nA `deployer` cluster is configured with the following items:\n\n- ExternalSecrets operator deployed with a ClusterSecretStore configured. The remote ExternalSecrets secret store must include an IBM Entitlement Key.\n- Techzone Deployer Tekton tasks deployed ([deploy YAML](https://github.com/cloud-native-toolkit/deployer-tekton-tasks/blob/main/argocd.yaml)).\n- OpenShift GitOps configured with [One Touch Provisioning ArgoCD instance](https://github.com/one-touch-provisioning/otp-gitops), and any relevant RBAC rules.\n- OpenShift Pipelines operator deployed.\n- OpenShift Data Foundation\n\n## Repository organisation\n\nThe top-level folders in this repository are for the different CP4S versions. In each top-level folder there will be a pipeline and a pipelinerun.\n\n```\n.\n└── cp4s-version/\n    ├── pipeline.yaml\n    └── pipeline-run.yaml\n```\n\n## Deployment Scripts\n\n`oc apply -f pipeline.yaml` to install configure service account and install tasks and pipeline\n\n`oc create -f pipeline-run.yaml` to kick off pipeline to install CP4S\n\n## CP Console info\n\nIf this is being deployed for a demo purpose (I.E on TechZone) you can follow these steps to get the login info.\n\nIn the OpenShift Cluster\n* Go to Pipeline -\u003e Pipelines\n* Click on the PipelineRuns Tab\n* Search for the pipeline run name that includes cp4s-deployer and click on it\n* Wait for the pipelinerun to reach the Succeeded status\n* Click the Logs Tab, then click on the task log for open-ldap\n* You should see login details at the bottom of the logs, use these to login to the cp console\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-native-toolkit%2Fdeployer-cp4s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud-native-toolkit%2Fdeployer-cp4s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-native-toolkit%2Fdeployer-cp4s/lists"}