Nice,
We've tested cluster manager and worked as expected,
- 1 Load Balancer - Google Cloud Load Balancer
- 2 Centos 7 boxes google cloud vms
However, we have noticed:
- We need Radius - perhaps running only on primary node
- We need Casa - So we installed casa in each cluster node,
But we had issues with oxD,
For each cluster node casa was using local oxd, but as casa config (/etc/gluu/conf/casa.json) is synced between nodes, casa client_id/secret changes to be the same on each node, then local oxd will only work in one node.
So in order to use Casa should we use a centralized oxd-server? to avoid issues with oxd registration?