- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
What is the best way to secure S3A objects on HDP 2.5?
- Labels:
-
Hortonworks Data Platform (HDP)
Created on ‎02-28-2017 01:04 PM - edited ‎09-16-2022 04:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎03-02-2017 03:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To protect the S3A access/secret keys, it is recommended that you use either:
- IAM role-based authentication (such as EC2 instance profile), or
- the Hadoop Credential Provider Framework - securely storing them and accessing them through configuration.
The Hadoop Credential Provider Framework allows secure "Credential Providers" to keep secrets outside Hadoop configuration files, storing them in encrypted files in local or Hadoop filesystems, and including them in requests. The Hadoop-AWS Module documentation describes how to configure this properly.
Created ‎03-02-2017 03:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To protect the S3A access/secret keys, it is recommended that you use either:
- IAM role-based authentication (such as EC2 instance profile), or
- the Hadoop Credential Provider Framework - securely storing them and accessing them through configuration.
The Hadoop Credential Provider Framework allows secure "Credential Providers" to keep secrets outside Hadoop configuration files, storing them in encrypted files in local or Hadoop filesystems, and including them in requests. The Hadoop-AWS Module documentation describes how to configure this properly.
