데이터 엔지니어링 정복/Ranger
[Ranger] rangerusersync Locked 해제하기
noohhee
2025. 2. 26. 10:57
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
반응형