kumaab opened a new pull request, #299:
URL: https://github.com/apache/ranger/pull/299

   ## What changes were proposed in this pull request?
   
   Introduces Docker Image for Trino in Ranger
   
   ## How was this patch tested?
   - Bring up the containers
     - Build with JDK 11: `mvn clean package -DskipTests -P ranger-jdk11 -pl 
'!unixauthnative'`
     - `cp target/ranger-admin.tar.gz dev-support/ranger-docker/dist`
     - `cp target/ranger-trino-plugin.tar.gz dev-support/ranger-docker/dist/`
     - `cd dev-support/ranger-docker`
     - `docker-compose -f docker-compose.ranger.yml -f 
docker-compose.ranger-postgres.yml -f docker-compose.ranger-trino.yml build`
     - `docker-compose -f docker-compose.ranger.yml -f 
docker-compose.ranger-postgres.yml up -d`
     - `docker-compose -f docker-compose.ranger.yml -f 
docker-compose.ranger-postgres.yml -f docker-compose.ranger-trino.yml up -d`
   
   - Audits to Solr visible in Ranger UI for Trino
   <img width="1530" alt="trino_audits" 
src="https://github.com/apache/ranger/assets/16475454/5a6fe81f-ed54-4a97-9579-c1e4371c45c1";>
   
   - Policies synced to Plugin
   <img width="1580" alt="trino_policy_sync" 
src="https://github.com/apache/ranger/assets/16475454/8a2eba6a-a45c-406f-abf1-a230d76dd53d";>
   
   - Configuring Ranger Policies for Trino and accessing via Trino CLI
    
   <img width="1017" alt="trino_cli" 
src="https://github.com/apache/ranger/assets/16475454/602817b0-2324-4591-a7cc-93f4d8a59597";>
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to