Commit Graph

3293 Commits

Author SHA1 Message Date
tschiman 8cfe4cc39f Modify formatting. 2016-10-24 20:42:52 -06:00
tschiman bad9a35061 Modify formatting. 2016-10-24 20:40:06 -06:00
tschiman 66b618d99d Changing config to user properties to set up security 2016-10-24 20:13:27 -06:00
Tim Schimandle 876710fa22 BAEL-315 adding some changes to properties files to allow for access to the discovery server. 2016-10-19 22:57:57 -06:00
Tim Schimandle 70c342d4d1 BAEL-315 Somehow the main application was deleted. 2016-10-19 21:23:16 -06:00
Tim Schimandle 1bb1a74b5f Merge remote-tracking branch 'origin/master'
# Conflicts:
#	spring-cloud/spring-cloud-bootstrap/application-config/discovery.properties
#	spring-cloud/spring-cloud-bootstrap/application-config/gateway.properties
#	spring-cloud/spring-cloud-bootstrap/application-config/resource.properties
#	spring-cloud/spring-cloud-bootstrap/config/src/main/java/com/baeldung/spring/cloud/bootstrap/config/SecurityConfig.java
#	spring-cloud/spring-cloud-bootstrap/discovery/pom.xml
#	spring-cloud/spring-cloud-bootstrap/discovery/src/main/java/com/baeldung/spring/cloud/bootstrap/discovery/SecurityConfig.java
#	spring-cloud/spring-cloud-bootstrap/gateway/src/main/java/com/baeldung/spring/cloud/bootstrap/gateway/GatewayApplication.java
#	spring-cloud/spring-cloud-bootstrap/resource/src/main/resources/bootstrap.properties
2016-10-18 21:39:40 -06:00
Tim Schimandle 1bca57e6fd BAEL-315 Setting the discovery service to register with itself to make poxying with zuul possible. 2016-10-18 21:38:18 -06:00
Tim Schimandle 9255a8390d BAEL-315 Removing custom success handler in favor of the default redirect. 2016-10-18 21:33:04 -06:00
Tim Schimandle c7551758d8 BAEL-315 Clean up some code formatting on the security configurations 2016-10-18 21:33:03 -06:00
Tim Schimandle 2777df61a9 BAEL-315 Adding spring session as mechanism for sharing authentication tokens created by the edge service. 2016-10-18 21:33:02 -06:00
Tim Schimandle 59d2f78126 BAEL-315 Adding spring session as mechanism for sharing authentication tokens created by the edge service. 2016-10-18 21:33:01 -06:00
Tim Schimandle a66aeb1157 BAEL-315 Change some security settings to allow discovery server operations. Copy static files from the eureka project to the zuul filter to display the discovery dashboard through the proxy. 2016-10-18 21:33:00 -06:00
Tim Schimandle 2a7b598cf0 BAEL-315 Adding spring session as mechanism for sharing authentication tokens created by the edge service. 2016-10-18 21:32:58 -06:00
Tim Schimandle a310184efa BAEL-315 change access in the config server to only users with SYSTEM level access. 2016-10-18 21:32:57 -06:00
Tim Schimandle 72c4fd84d4 BAEL-315 reducing the number of users to simplify the code. 2016-10-18 21:32:56 -06:00
Tim Schimandle 61b51e1cf9 BAEL-315 reformatting some code. 2016-10-18 21:32:55 -06:00
Tim Schimandle 846006cb6a BAEL-315 really lock down the discovery server 2016-10-18 21:32:53 -06:00
Tim Schimandle b7ec6f3e4c BAEL-315 added security to config and dsicovery servers. 2016-10-18 21:32:52 -06:00
Tim Schimandle 798e72a121 BAEL-315 adding configuration for security on the config and discovery servers. 2016-10-18 21:32:51 -06:00
DOHA 66dfb6fd37 configure integration test 2016-10-18 20:20:18 +02:00
Marek Lewandowski 2bea888ce1 Merge pull request #753 from sameira/master
BAEL-387 Print Screen In Java
2016-10-18 19:53:41 +02:00
DOHA 1dac21c3a6 configure integration test 2016-10-18 19:52:38 +02:00
DOHA 1c775ef0ef add integration test profile 2016-10-18 19:30:36 +02:00
Sameera 3e31921e49 Removed try catch and set to throw the exception 2016-10-18 22:49:09 +05:30
DOHA 199fdf2198 configure integration test 2016-10-18 19:16:53 +02:00
Sameera 8fb51bdfd6 Removed unwanted Junit deps and updating the Junit version as a property 2016-10-18 22:35:50 +05:30
Prashant Khanal ef7c2cb693 Merge pull request #661 from nguyenminhtuanfit/master
BAEL-221 - Guide to Hazelcast
2016-10-18 08:45:57 -07:00
Prashant Khanal bde6c18359 Merge pull request #723 from lor6/custom-user-service
custom user repository and test
2016-10-18 08:22:33 -07:00
Ante Pocedulic 35009ad3c4 - refactored CacheHelper class (#756) 2016-10-18 16:54:54 +02:00
DOHA de1b5e0a17 minor cleanup 2016-10-18 15:52:19 +02:00
DOHA 668605c4e3 add integration test profile 2016-10-18 13:29:59 +02:00
DOHA b4f778a0e7 add integration test profile 2016-10-18 12:55:02 +02:00
DOHA e9f3cfd7c6 add integration test profile 2016-10-17 19:43:48 +02:00
DOHA 903c9c5299 add integration test profile 2016-10-17 19:35:24 +02:00
DOHA 1e9d1a7566 add integration test profile 2016-10-17 13:30:13 +02:00
DOHA 167d2de4ac add integration test profile 2016-10-17 13:19:52 +02:00
DOHA 7667d25bb7 add integration test profile 2016-10-17 12:57:13 +02:00
DOHA 091d02afbb add integration test profile 2016-10-17 12:39:30 +02:00
maibin 04482ef902 Executable Jar Maven (#752)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();

* Logger update

* Changed config for Thymeleaf

* Thymeleaf Natural Processing and Inlining

* Expression Utility Objects, Thymeleaf

* listOfStudents edited

* Thymeleaf layout decorators

* Executable Jar with Maven
2016-10-17 11:10:12 +03:00
eugenp 299504659b adding a sandbox test 2016-10-17 07:52:17 +03:00
eugenp f9ec757a44 minor httpclient cleanup 2016-10-17 07:49:55 +03:00
Sameera 4db81e96b2 Adding Print Screen in Java 2016-10-17 00:24:25 +05:30
Naoshadul Islam 298c5e3091 Created README.md and added relevant articles (#742)
* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles
2016-10-16 13:25:05 +03:00
Grzegorz Piwowarek 1bc05902b8 Merge branch 'vaNaoshad-master' 2016-10-16 13:10:55 +03:00
Naoshadul Islam 14ca00a93c Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam e5c171f897 Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam fc68da25df Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam ef363e2684 Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam 8a7c596821 Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam 8748eb5041 Updated README.md 2016-10-16 13:10:20 +03:00