From 493b50888b0f3d292a531d9770e003982b209cd2 Mon Sep 17 00:00:00 2001 From: Krzysztof Zmij Date: Thu, 2 Nov 2023 14:12:48 +0100 Subject: [PATCH] fix plugin params --- build.sbt | 2 +- src/main/resources/application.conf | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 9671a8cd..6ca81e44 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,7 @@ scalariformPreferences := scalariformPreferences.value .setPreference(SingleCasePatternOnNewline, false) // hack for ranger conf dir - should contain files like ranger-s3-security.xml etc. -bashScriptDefines / scriptClasspath ~= (cp => cp :+ ":/etc/rokku") +bashScriptDefines / scriptClasspath ~= (cp => cp :+ ":/etc/rokku"+ ":/opt/docker/libs") //Coverage settings Compile / coverageMinimum := 70 diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 47c1ca41..4714e981 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -9,11 +9,7 @@ rokku { allow-create-delete-buckets = ${?ROKKU_ALLOW_CREATE_DELETE_BUCKETS} enabled-audit = ${?ROKKU_ENABLED_AUDIT} class-name = ${?ROKKU_ACCESS_CONTROL_CLASS_NAME} - plugin-params { - appId = ${?ROKKU_RANGER_API_ID} - userDomainPostfix = ${?ROKKU_RANGER_USER_DOMAIN_POSTFIX} - rolePrefix = ${?ROKKU_RANGER_ROLE_PREFIX} - } + plugin-params = ${?ROKKU_ACCESS_CONTROL_PLUGIN_PARAMS} } storage.s3 { # Settings for reaching backing storage.