JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
455 stars 73 forks source link

feat(jans-lock-master): process health data from Cedraling and post it to config api #8736

Open yurem opened 2 months ago

yurem commented 2 months ago

Each calendaring instance should send health message to Lock master. It should post periodically health data to /health endpoint.

Data should be send in CBOR format and have at least next properties:

/audit/health:
cedar_engine_status
cedar_policy_status
token_data_status
pujavs commented 1 month ago

Implemented audit log processing.

Changes in:

Testing Screenshot:

image image