Skip to content

Commit

Permalink
fix plugin params
Browse files Browse the repository at this point in the history
  • Loading branch information
kr7ysztof committed Nov 2, 2023
1 parent aff701a commit 493b508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 493b508

Please sign in to comment.