반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자바
- 용인맛집
- apache iceberg
- 프로그래머스
- Kafka
- Data Engineer
- 코엑스
- Trino
- bigdata engineering
- HIVE
- Apache Kafka
- 코딩테스트
- 코엑스맛집
- 백준
- hadoop
- BigData
- 맛집
- Data Engineering
- 영어
- 삼성역맛집
- 알고리즘
- 개발
- Spark
- 코테
- 코딩
- bigdata engineer
- Iceberg
- 여행
- pyspark
- java
Archives
- Today
- Total
지구정복
[Ranger] rangerusersync Locked 해제하기 본문
728x90
반응형
Ranger에 AD/LDAP 연동했다. (Openldap)
근데 Ranger User 목록에 Openldap에 있는 유저 목록이 뜨지 않았다.
Ranger Web에서 Audit - Login Sessions를 확인해보니 rangerusersync의 로그인 기록이 Locked였다.
아래 설정값을 변경해주고 Ranger 전체 재기동하니 해결됐다.
ranger.usersync.policymanager.mockrun
false -> true
설정값 설명은 유저 동기화를 위해 테스트하는 거라고 한다.
- Property Name: ranger.usersync.policymanager.mockrun
- Default Value: Typically set to false.
- Description: When set to true, this property enables a mock run of the Policy Manager during the user synchronization process. This means that instead of making actual changes to the user and group settings in Ranger, the system performs a dry run where it simulates the update without applying any changes.
728x90
반응형
Comments