Created 01-27-2016 12:26 PM
Created 01-27-2016 05:45 PM
@suresh kumar here is our PCI DSS white paper. Following are some key points:
Created 01-27-2016 12:31 PM
HDP is a platform and you have to build/implement your own compliance standards around it.
Ranger for Authorization, Auditing , Centralized admin console to manage policies
Kerberos is MUST - Authentication
Data encryption at rest - TDE or your preferred vendor
You have to implement your own scripts to fullfil following requirements.
Password expiration every xx days and that includes service accounts too.
Auditing and more auditing ..anything that touches any part of the stack needs to be audited (Ranger and HDFS audit log is helpful)
Password complexity
Failed login attempts
Data encryption in motion
Data Retention - Data must expire after specific time otherwise you would have to retain the data for longer time (Falcon can help)
You can read this http://hortonworks.com/blog/hadoop-security-enterprise/
Created 01-27-2016 12:45 PM
so does Hortonworks by default provides PCI standards security or do we need third party for implementing them
Created 01-27-2016 12:49 PM
@suresh kumar You have to build/implement your own standards. It's like with any software stack. You have a software install, data is being stored and users accessing it.
HDP is a platform and it comes with security solutions that you can leverage to meet some of security requirements , rest you have to build or rely on 3rd part solutions.
See this
Created 01-27-2016 12:53 PM
Thank You , Could you please share any documents for developing standards in general (for reference)
Appreicate your prompt response
Created 01-27-2016 12:56 PM
@suresh kumar You can download the document. See this
If you are looking for technical doc then I am afraid that I don't have any template or generic as it's always customer driven based on the engagement.
Created 01-27-2016 05:45 PM
@suresh kumar here is our PCI DSS white paper. Following are some key points:
Created 01-28-2016 10:22 AM
Thank You Scott
So Ranger,knox , kerbos are the products which are out of box of hortonworks if not , where does the ‘significant custom code’ start? in hortonworks.
from what extent does hortonworks provides out of box for PCI compliance standards , from there we can start our customization to meet PCI compliance or taking third party partners to meet PCI compliance
Appreciate your suggestions
Created 01-28-2016 02:05 PM
We provide all the security and governance components around administration (Ranger), authentication (Kerberos), authorization (Ranger), audit (Ranger), and data protection (TDE). It is up to the customer to configure the environment and implement the PCI compliant solutions (encryption, policies, data masking, auditing, etc.). In addition, Apache Knox provides perimeter security and Apache Atlas provides governance. Hope this helps.