Commit Graph

8 Commits

Author SHA1 Message Date
Konstantinos Triantafyllou da334c1b97 Add new parent and change log4j 2022-10-07 11:20:31 +03:00
Konstantinos Triantafyllou b30fb5fd0b Add classifier to enable Redis Authorization. Default Stateless Authorization 2021-12-07 09:23:36 +00:00
Konstantinos Triantafyllou f8c80fad37 Add property for session id 2021-12-03 10:25:34 +00:00
Konstantinos Triantafyllou da4af632f0 Add version to check deploy configuration 2021-11-23 13:57:28 +00:00
Konstantinos Triantafyllou ae71a30dcc Create OpenAIREAuthentication object. Get user Info supports new login service user Info implementation 2021-11-16 13:37:06 +00:00
Konstantinos Triantafyllou 612cbeafea [Authorization Library]: Add dnet45 parert 2021-10-04 07:20:00 +00:00
Konstantina Galouni 4dff8c29c3 [Trunk | Authorization Service]:
1. pom.xml: 
        a. Added timestamp in properties.
        b. In <build> added <resources> with filtering set to true.
2. GlobalVars.java: Added GlobalVars class for date of deploy & date of build.
3. AuthorizationConfiguration.java: In @EnableConfigurationProperties added GlobalVars.class.
4. AuthorizationLibraryCheckDeployController.java: Added exposing date of deploy and date of build.
5. authorization.properties: Added property authorization.globalVars.buildDate=@timestamp@
2021-09-15 22:10:42 +00:00
Konstantina Galouni 8a52aea7b6 [Trunk | Authorization Library]:
1. Added folder /controllers.
2. AuthorizationLibraryCheckDeployController.java: [NEW] Controller added and 
	a. "hello()" method (@RequestMapping(value = {"", "/health_check"}, method = RequestMethod.GET)) which just prints and returns a greeting message.
	b. "checkEverything()" method @RequestMapping(value = "/health_check/advanced", method = RequestMethod.GET) only accessible by PORTAL ADMINS which checks connection with db and prints properties.
2021-04-22 09:12:49 +00:00