{"id":25828156,"url":"https://github.com/stack-spot/cloud-control-plane-bootstrap","last_synced_at":"2025-02-28T17:23:59.410Z","repository":{"id":279456423,"uuid":"938137631","full_name":"stack-spot/cloud-control-plane-bootstrap","owner":"stack-spot","description":"Github Action to download Stackspot cloud control plane bootstrap module.","archived":false,"fork":false,"pushed_at":"2025-02-25T16:59:46.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-25T17:36:23.767Z","etag":null,"topics":["all-os","github-actions","stackspot"],"latest_commit_sha":null,"homepage":"https://stackspot.com/","language":null,"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/stack-spot.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,"publiccode":null,"codemeta":null}},"created_at":"2025-02-24T13:35:22.000Z","updated_at":"2025-02-25T14:39:50.000Z","dependencies_parsed_at":"2025-02-25T17:46:58.054Z","dependency_job_id":null,"html_url":"https://github.com/stack-spot/cloud-control-plane-bootstrap","commit_stats":null,"previous_names":["stack-spot/cloud-control-plane-bootstrap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stack-spot%2Fcloud-control-plane-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stack-spot%2Fcloud-control-plane-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stack-spot%2Fcloud-control-plane-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stack-spot%2Fcloud-control-plane-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stack-spot","download_url":"https://codeload.github.com/stack-spot/cloud-control-plane-bootstrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241189618,"owners_count":19924846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["all-os","github-actions","stackspot"],"created_at":"2025-02-28T17:23:58.749Z","updated_at":"2025-02-28T17:23:59.402Z","avatar_url":"https://github.com/stack-spot.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloud-control-plane-bootstrap\n\nGithub Action to download Stackspot cloud control plane bootstrap terraform module.\n\n_**Note**: This action is supported on all runners operating systems (`ubuntu`, `macos`, `windows`)_\n\n## 📚 Usage\n\n### Requirements\n\nTo get the account keys (`CLIENT_ID`, `CLIENT_KEY` and `CLIENT_REALM`), please login using a **ADMIN** user on the [StackSpot Portal](https://stackspot.com), and generate new keys at [https://stackspot.com/en/settings/access-token](https://stackspot.com/en/settings/access-token).\n\n### Use Case\n\n```yaml\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v4.2.1\n      - name: Download control plane bootstrap ZIP file\n        uses: stack-spot/cloud-control-plane-bootstrap@v1\n        with:\n          CLIENT_KEY: ${{ secrets.CLIENT_KEY }}\n          CLIENT_ID: ${{ secrets.CLIENT_ID }}\n          CLIENT_REALM: ${{ secrets.CLIENT_REALM }}\n          VERSION: \"latest\" # Optional\n```\n\nAfter running the action, the control plane bootstrap ZIP file will then be available at path:\n\n`$GITHUB_WORKSPACE/control_plane_bootstrap_${{ inputs.VERSION }}.zip`\n\n_Example: $GITHUB_WORKSPACE/control_plane_bootstrap_latest.zip_\n\n* * *\n\n## ▶️ Action Inputs\n\nField | Mandatory | Default Value | Observation\n------------ | ------------  | ------------- | -------------\n**CLIENT_ID** | YES | N/A | [StackSpot](https://stackspot.com/en/settings/access-token) Client ID.\n**CLIENT_KEY** | YES | N/A |[StackSpot](https://stackspot.com/en/settings/access-token) Client KEY.\n**CLIENT_REALM** | YES | N/A |[StackSpot](https://stackspot.com/en/settings/access-token) Client Realm.\n**VERSION** | NO | `latest` | Bootstrap version.\n\n* * *\n\n## License\n\n[Apache License 2.0](https://github.com/stack-spot/cloud-deploy-action/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstack-spot%2Fcloud-control-plane-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstack-spot%2Fcloud-control-plane-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstack-spot%2Fcloud-control-plane-bootstrap/lists"}