h3. Description Currently we have keycloak and the Custom Runtime Connector available within the integrations component on the MAR component. Metrics needs to be added as an integration option.
h3. How In order to do this we will need to make the following changes to the metrics APB to create : - Create a bind playbook which creates the client configuration secret during a . - Ensure that the bind parameters includes the client_id and not during ensure that it follows the provision bind param schema that is used in Keycloak and CRC . It should follow all - Ensure that metrics service is bindable by changing the same patterns as the keycloak bindable property to true in apb .yml We will also need to change deprovision and - Ensure that everything is cleaned up properly during unbind playbooks and deprovision |
|