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/[email protected]/msg00064.html
- Optional:
docker-compose build
(otherwise it will use the images available on docker-hub) docker-compose up
- s3 plugin for Ranger: https://github.com/ing-bank/apache-ranger-s3-plugin
- Create specific ResourceMatchers in ranger for buckets/pseudopaths/objects (currently we only support paths using the existing RangerPathResourceMatcher)