You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add new panels to AdminUI to show details about Lock network topology, load, statistics, etc
Lock is lightweight application which works as proxy between other Jans applications and OPA. In generic deployment the number of nodes might be even greater than count of jans-auth instances. Also Lock might work with limited permissions to access DB tables to get only required data. All these conditions force to move statistic gathering part to another service which has less active nodes.
In proposed flow each Lock instance can request statistic from OPA and forward it to specific channel to PubSub server.
In order model the best candidate which can receive these messages is config-api. After getting message it can process it and store in DB to allow AdminUI to request it.
Here is list of issues needed to resolve close this task:
We need to add new panels to AdminUI to show details about Lock network topology, load, statistics, etc
Lock is lightweight application which works as proxy between other Jans applications and OPA. In generic deployment the number of nodes might be even greater than count of jans-auth instances. Also Lock might work with limited permissions to access DB tables to get only required data. All these conditions force to move statistic gathering part to another service which has less active nodes.
In proposed flow each Lock instance can request statistic from OPA and forward it to specific channel to PubSub server.
In order model the best candidate which can receive these messages is config-api. After getting message it can process it and store in DB to allow AdminUI to request it.
Here is list of issues needed to resolve close this task:
The text was updated successfully, but these errors were encountered: