Skip to content

Commit

Permalink
[RND-1602] rgw의 ranger JNI 바이너리 기본 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bgy217 authored Oct 12, 2023
1 parent bd317e5 commit f2b97be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6020,7 +6020,7 @@ std::vector<Option> get_rgw_options() {
.set_description("The directory path to jni class files."),

Option("rgw_ranger_jni_engine_jar", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_default("/usr/share/ceph/rgw/ranger/jni/nesRangerEngine.jar")
.set_default("/usr/share/ceph/rgw/ranger/engine/nesRangerEngine.jar")
.set_description("The file path to jni engine jar."),

Option("rgw_ranger_audit_url", Option::TYPE_STR, Option::LEVEL_ADVANCED)
Expand Down

0 comments on commit f2b97be

Please sign in to comment.