{"id":20111591,"url":"https://github.com/openstack/charm-interface-keystone-domain-backend","last_synced_at":"2025-09-24T01:25:31.464Z","repository":{"id":66174660,"uuid":"81749571","full_name":"openstack/charm-interface-keystone-domain-backend","owner":"openstack","description":"Charm Interface - Keystone Domain backend. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2021-03-23T22:30:29.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-03T13:32:00.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/charm-interface-keystone-domain-backend","language":"Python","has_issues":false,"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/openstack.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-12T19:07:33.000Z","updated_at":"2023-10-24T15:32:58.000Z","dependencies_parsed_at":"2023-02-20T18:00:19.045Z","dependency_job_id":null,"html_url":"https://github.com/openstack/charm-interface-keystone-domain-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openstack/charm-interface-keystone-domain-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-interface-keystone-domain-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-interface-keystone-domain-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-interface-keystone-domain-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-interface-keystone-domain-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/charm-interface-keystone-domain-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fcharm-interface-keystone-domain-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276678250,"owners_count":25684797,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-13T18:16:35.800Z","updated_at":"2025-09-24T01:25:31.442Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nThis interface layer handles the communication with Keystone via the\n'keystone-domain-backend' interface protocol.\n\n# Usage\n\n## Provides\n\nThe interface layer will set the following state:\n\n  * `{relation_name}.connected`  The relation is established.\n\nFor example:\n\n```python\nfrom charms.reactive import when\n\n\n@when('domain-backend.connected')\n@when('configuration.complete')\ndef configure_domain(domain):\n    domain.domain_name('mynewkeystonedomain')\n    domain.trigger_restart()\n```\n\nTypically a domain backend charm should validate that it\nhas sufficient and good configuration for the domain backend,\nwrite its configuration to\n`/etc/keystone/domains/keystone.\u003cdomain-name\u003e.conf` and then\ntrigger a restart of keystone using the `trigger_restart`\nmethod of the inteface, supplying the domain name at this\npoint in time as well.\n\nThe keystone charm will create the domain in the keystone\ndatabase, mapping to the underlying domain configuration\non disk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fcharm-interface-keystone-domain-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fcharm-interface-keystone-domain-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fcharm-interface-keystone-domain-backend/lists"}