-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55883/
-----------------------------------------------------------
Review request for Ambari, Attila Magyar, Robert Levas, Sandor Magyari, and
Sebastian Toader.
Bugs: AMBARI-19694
https://issues.apache.org/jira/browse/AMBARI-19694
Repository: ambari
Description
-------
Currently the post user creation hook mechanism generates the user input csv
with read permissions only for the user that runs ambari.
This may cause issues on secure clusters, where ambari is not ran by the root
user, az auth to local rules may map to users that don't have READ right for
the generated csv.
Solution: input csv file is generated with REAd permissions for all users.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/serveraction/users/CsvFilePersisterService.java
d8ffe98
ambari-server/src/test/java/org/apache/ambari/server/serveraction/users/CsvFilePersisterServiceFunctionalTest.java
PRE-CREATION
Diff: https://reviews.apache.org/r/55883/diff/
Testing
-------
Unit test created.
Manual testing under way.
Thanks,
Laszlo Puskas