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
What I'm looking to do is to filter clients based on a set of IP address ranges. We tend to add and remove servers with CAS clients on a regular basis, so an IP range fitler would make the most sense for that use case. Is this supported by jscas-server as is?
Thanks! : D
The text was updated successfully, but these errors were encountered:
You have a couple options. The easiest would be to filter the requests at your proxy server, e.g. HAProxy. But typically a CAS server filters access by service URL. In that case, the production ready https://github.com/jscas/jscas-pg-registries will suit your needs. However, if you need a registry that supports limiting queries by IP address, you will need to write your own registry plugin.
The plugins included in the base install, i.e. npm install jscas-server, are not meant for production use. This is very clearly stated in the readme.
I suspect that https://github.com/jscas/jscas-server/blob/master/lib/plugins/jsServiceRegistry/index.js might have to do with it, but I'm not sure.
What I'm looking to do is to filter clients based on a set of IP address ranges. We tend to add and remove servers with CAS clients on a regular basis, so an IP range fitler would make the most sense for that use case. Is this supported by jscas-server as is?
Thanks! : D
The text was updated successfully, but these errors were encountered: