일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
- WebClient
- JAAS
- Python
- kafka 개발
- 웹서버
- java
- kafka security
- Spring Cloud Gateway
- kafka admin
- kafka 운영
- Kafka
- keepalived
- RestTemplate
- 데이터사이언스
- 파이썬
- Spring Boot
- kafka 성능
- kafka 설정
- sasl
- Spring Cloud
- 고가용성
- VirtualBox
- msa
- datascience
- httpd
- vrrp
- adminclient
- Spring
- 스프링
- 리눅스
- Today
- 5
- Total
- 78,110
목록Spring (2)
갓.바.조.아

2019년 5월 12일, 2.1.0.RELEASE 버전 기준 https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.1.0.RELEASE/single/spring-cloud-gateway.html Spring Cloud Gateway 2.1.0.RELEASE This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and ..
Spring Security OAuth를 이용해 토큰 발급 서버를 https://github.com/gnu-gnu/spring-boot-oauth-authserver 에 만들어 보았다.리소스 서버도 구현 중인데, 일단 필요한 기능을 임시로 구현하면서 이미 완성된 토큰 발급 서버에 추가해서 구현하고 있다. 현재 구상하고 있는 모습은 1. Web Security 는 각자 서비스에서 구현하도록 한다.2. Spring Security OAuth의 Resource Server는 JAR를 Dependency에 넣으면 자동으로 구성한다.인데 2와 같이 구현할 경우 JAR를 의존성에 넣기만 하면 리소스 서버가 구성되어 편리할 수는 있겠으나 @EnableResourceServer를 이용한 Resource Server를 ..