mneethiraj commented on code in PR #660: URL: https://github.com/apache/ranger/pull/660#discussion_r2328940890
########## dev-support/ranger-docker/scripts/create-users.sh: ########## @@ -0,0 +1,43 @@ +#!/bin/bash Review Comment: @rameeshm - following users and groups are created in ranger-base image, using https://github.com/apache/ranger-tools/blob/main/docker/Dockerfile#L50. It might be useful to add users `alice` and `abram` in ranger-base image itself, so that these users are available in all Ranger images. users: `ranger rangeradmin rangerusersync rangertagsync rangerkms hdfs yarn hive hbase kafka ozone knox` groups: `ranger hadoop knox` With this approach, updates to many Dockerfiles in this PR can be eliminated. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
