eurekaclinical / cas

Patched JASIG CAS server used for authentication by Eureka!
http://eurekaclinical.org
Apache License 2.0
2 stars 6 forks source link

added a new class to generate the restricted urls based on the deploy… #7

Closed akalsan closed 8 years ago

akalsan commented 8 years ago

…ment

as per the implementation unless eureka.webapp.url, eureka.services.url, eureka.etl.url and i2b2.url are set the default regex would be accepting any services as long as it is https - ^(https)://.* i will set i2b2.url in the application.properties in the ansible scripts to make sure this takes affect.

akalsan commented 8 years ago

in case of aiwdev04.eushc.org when just eureka-protempa is installed, i don't think we use a common cas-server between i2b2eurekaqa1 and aiwdev04. In this case unless all the eureka module urls and i2b2 url is specified in the application.properties for both servers, the implementation would not restrict the urls. it would all work but the restriction would not apply. is that acceptable? Just wondering if all 4 URL's being mandatory to restrict urls is the best option. if i don't do it this way, i am afraid that i will block i2b2 requests just because the i2b2.url is not specified. (same applies for other modules)