Skip to content

ing-bank/rokku-dev-apache-ranger

Repository files navigation

Build Status

Rokku Dev - Apache Ranger

Based off the following GitHub repo: https://github.com/coheigea/testcases/tree/master/apache/docker/ranger

This is a project for TESTING purposes. Currently the changes made to the default images listed above are:

  • Add Ranger s3 plugin (see dependencies below)
  • Add service definition/service/policy at runtime for s3
  • Set logging of ranger service to debug (you can find the logs in the container here: /opt/ranger-1.1.0-admin/ews/logs/ranger-admin-*-.log)

Possible commands for Ranger API: https://www.mail-archive.com/user@ranger.incubator.apache.org/msg00064.html

How to run

  • Optional: docker-compose build (otherwise it will use the images available on docker-hub)
  • docker-compose up

Dependencies

TODO

  • Create specific ResourceMatchers in ranger for buckets/pseudopaths/objects (currently we only support paths using the existing RangerPathResourceMatcher)