{"id":28393168,"url":"https://github.com/krateoplatformops/provider-bitbucket","last_synced_at":"2026-04-26T08:34:39.915Z","repository":{"id":41199225,"uuid":"493705499","full_name":"krateoplatformops/provider-bitbucket","owner":"krateoplatformops","description":"Krateo PlatformOps (Crossplane provider) that creates a Bitbucket repository.","archived":false,"fork":false,"pushed_at":"2022-11-10T09:46:36.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-04T02:41:14.102Z","etag":null,"topics":["crossplane-provider","devops","golang","krateoplatformops","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krateoplatformops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-18T14:47:11.000Z","updated_at":"2022-05-18T14:50:19.000Z","dependencies_parsed_at":"2022-09-08T09:30:38.674Z","dependency_job_id":null,"html_url":"https://github.com/krateoplatformops/provider-bitbucket","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/krateoplatformops/provider-bitbucket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-bitbucket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-bitbucket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-bitbucket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-bitbucket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krateoplatformops","download_url":"https://codeload.github.com/krateoplatformops/provider-bitbucket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-bitbucket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32290772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: 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":["crossplane-provider","devops","golang","krateoplatformops","kubernetes"],"created_at":"2025-05-31T15:38:33.260Z","updated_at":"2026-04-26T08:34:39.910Z","avatar_url":"https://github.com/krateoplatformops.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Provider Bitbucket\n\n## Overview\n\nThis is a Kubernetes Operator (Crossplane provider) that:\n\n- create and delete Bitbucket repositories\n- manage Bitbucket user permissions\n\n## Getting Started\n\nWith Crossplane installed in your cluster:\n\n```sh\n$ helm repo add crossplane-stable https://charts.crossplane.io/stable\n$ helm repo update\n$ helm install crossplane --namespace crossplane-system crossplane-stable/crossplane\n```\n\n### Install this provider\n\nInstall the below manifest:\n\n```sh\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: pkg.crossplane.io/v1\nkind: Provider\nmetadata:\n  name: crossplane-provider-bitbucket\nspec:\n  package: 'ghcr.io/krateoplatformops/provider-bitbucket:VERSION'\n  packagePullPolicy: IfNotPresent\nEOF\n```\n\n!!! note \"\"\n\n   replace `VERSION` with [latest provider tag](https://github.com/krateoplatformops/provider-bitbucket/tags)\n\n### Configure the provider\n\n```sh\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: bitbucket.krateo.io/v1alpha1\nkind: ProviderConfig\nmetadata:\n  name: bitbucket-provider-config\nspec:\n  apiUrl: http://10.99.99.37:7990\n  verbose: true\n  insecure: true\n  credentials:\n    source: Secret\n    secretRef:\n      namespace: default\n      name: bitbucket-secret\n      key: token\nEOF\n```\n\n### Configuring the `Repo` custom resource\n\n```sh\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: bitbucket.krateo.io/v1alpha1\nkind: Repo\nmetadata:\n  name: bitbucket-provider-example\nspec:\n  forProvider:\n    project: JXP\n    name: demo-repo\n    private: true\n  providerConfigRef:\n    name: bitbucket-provider-config\nEOF\n```\n\n### Configuring the `RepoPermissionUser` custom resource\n\n```sh\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: bitbucket.krateo.io/v1alpha1\nkind: Repo\nmetadata:\n  name: bitbucket-provider-example\nspec:\n  forProvider:\n    project: JXP\n    name: demo-repo\n    private: true\n  providerConfigRef:\n    name: bitbucket-provider-config\nEOF\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrateoplatformops%2Fprovider-bitbucket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrateoplatformops%2Fprovider-bitbucket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrateoplatformops%2Fprovider-bitbucket/lists"}