스프링 설정중 authDB 에 대한 설정을 해주지 않아
계정에 대한 권한 오류가 발생하였다. 'not authorized on 디비 to execute command ...'
다음과 같이 몽고디비 연결 설정을 해주면 된다.
<application.yml>
spring.data.mongodb.uri: mongodb://mongodb1.example.com:27317,mongodb2.example.com:27017/?replicaSet=mySet&authSource=authDB
몽고디비 Security Authentication 설정 (with Replica Set)
'Spring' 카테고리의 다른 글
2) Spring Boot Validation - Custom Annotation (0) | 2019.12.02 |
---|---|
Spring Boot POST Encoding EUC-KR 한글깨짐(UTF-8)현상 (1) | 2019.11.18 |
Spring Data MongoDB Document (Proxy)객체 저장 후 로드 시 에러 발생 (0) | 2019.08.14 |
1) Spring Boot Validation - Annotation 메세지 & Exception 에러 발생시 동작 설명 (0) | 2019.06.14 |
Spring Boot Jwt인증시 static 리소스 CSRF토큰 재발급 문제 (0) | 2019.06.11 |
댓글