Registry service is the central data management service for the CMK landscape. It manages CMK tenants and systems.
Registry service is part of the global CMK layer and is responsible for managing the following CMK resources:
The tenant resource holds information about CMK tenants like owner id and type and region. It is used by
- The Tenant Management API to create, block and terminate tenants
- The regional CMK layer to implement the tenant lifecycle used by the CMK application
Systems are all customer-exposed business tenants of any kind. The systems resource holds information about the system, the kernel service region and key assignment information. It is used by
- The Kernel Services to announce or terminate systems
- The CMK application to manage information about the systems and their key assignment.
graph LR
subgraph CMK global
TMA[Tenant Management API]
TMA -->|Uses| RS
RS[Registry Service]
RS -->|Manages| T[CMK Tenants]
RS -->|Manages| SYS[Systems]
end
subgraph CMK Regional
CMK[CMK application]
end
CMK -->|Uses| RS
Insert a short description of your project here...
Insert a short description what is required to get your project running...
This project is open to feature requests/suggestions, bug reports etc. via GitHub issues. Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines.
If you find any bug that may be a security problem, please follow our instructions at in our security policy on how to report it. Please do not create GitHub issues for security-related doubts or problems.
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.
Copyright (20xx-)20xx SAP SE or an SAP affiliate company and OpenKCM contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.