- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Quickly secure the access to the cluster via http
Created on ‎05-24-2016 10:44 AM - edited ‎09-16-2022 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stack : Installed HDP-2.3.2.0-2950 using Ambari 2.1
The cluster is having 1NN + 8 DN = 9 nodes.
Some business sensitive data has been loaded onto HDFS via Sqoop.
While access to the Ambari URL at http://NN:8080 is acceptable, the access to the http://NN:50070/ and further utilities like 'Browsing the file system' should be restricted to only 2-3 selected users. Right now, anyone can browse the hdfs contents via the browser.
How to do it, preferably via Ambari ?
Note : The access to different components(Hive, HDFS) etc. role wise is a later part, right now, just hiding the data is the concern
Created ‎05-24-2016 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would suggest implementing Knox, with a restricted set of users allowing access to only the set of services you want to expose to those users.
Both http://hortonworks.com/apache/knox-gateway/ and
... should get you started.
Created ‎05-24-2016 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would suggest implementing Knox, with a restricted set of users allowing access to only the set of services you want to expose to those users.
Both http://hortonworks.com/apache/knox-gateway/ and
... should get you started.
Created ‎05-24-2016 12:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Alternatively use kerberos and kerberize the HDFS UI. In this case only SPNEGO enabled browsers will be able to access the ui and you will have the same filesystem access restrictions as users have when directly accessing hdfs.
