{"id":19230496,"url":"https://github.com/ctron/keycloak-crd","last_synced_at":"2025-04-11T01:03:54.857Z","repository":{"id":57533212,"uuid":"292315926","full_name":"ctron/keycloak-crd","owner":"ctron","description":"Rust custom resource types for Keycloak","archived":false,"fork":false,"pushed_at":"2020-09-11T08:21:10.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T01:03:49.040Z","etag":null,"topics":["crd","keycloak","kubernetes-operator"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctron.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":"2020-09-02T15:05:25.000Z","updated_at":"2021-10-26T05:55:45.000Z","dependencies_parsed_at":"2022-09-26T18:20:56.759Z","dependency_job_id":null,"html_url":"https://github.com/ctron/keycloak-crd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fkeycloak-crd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fkeycloak-crd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fkeycloak-crd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fkeycloak-crd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctron","download_url":"https://codeload.github.com/ctron/keycloak-crd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322597,"owners_count":21084336,"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":["crd","keycloak","kubernetes-operator"],"created_at":"2024-11-09T15:39:37.107Z","updated_at":"2025-04-11T01:03:54.832Z","avatar_url":"https://github.com/ctron.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keycloak Custom Resource Definition in Rust\n\n[![Crates.io](https://img.shields.io/crates/v/keycloak-crd.svg)](https://crates.io/crates/keycloak-crd)\n![CI](https://github.com/ctron/keycloak-crd/workflows/CI/badge.svg)\n\nThis repository contains Rust types, for working with the CRDs from the\n[Keycloak operator](https://github.com/keycloak/keycloak-operator).\n\n\u003e [Keycloak](https://www.keycloak.org/) is an open source identity and access management solution.\n\n## Usage\n\nThis crate can be used in combination with [kube-rs](https://github.com/clux/kube-rs):\n\n~~~rust\nfn main() {\n    let keycloaks: Api\u003cKeycloak\u003e = Api::namespaced(client, \u0026namespace);\n    keycloaks\n            .create(\n                \u0026Default::default(),\n                \u0026Keycloak {\n                    metadata: ObjectMeta {\n                        name: Some(\"my-instance\".into()),\n                        namespace: Some(\"my-namespace\".into()),\n                        ..Default::default()\n                    },\n                    spec: KeycloakSpec {\n                        external_access: ExternalAccess {\n                            enabled: true,\n                            ..Default::default()\n                        },\n                        instances: 1,\n                        ..Default::default()\n                    },\n                    ..Default::default()\n                },\n            )\n            .await?; \n}\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctron%2Fkeycloak-crd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctron%2Fkeycloak-crd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctron%2Fkeycloak-crd/lists"}