Payment System Provider Automates Security with Dynamic Secret Keeper

  • septiembre 11, 2019
NTT DATA Services CX DATA Blog

This financial services organization provides its customers with a variety of financial instruments to manage their wealth. From credit cards to banking and personal, home and student loans, this household brand is trusted by millions of Americans. As a publicly traded company managing highly sensitive personal financial data, the company is subject to multiple security regulations and has an overall climate that embraces assertive risk management.

However, the financial services firm was relying on a solution for secret management that did not meet the demands of these high-security needs. For example, secret leaks were difficult to detect, it didn’t support dynamic secrets and it was difficult to rotate secrets frequently. Having researched a solution, this organization sought a high availability design with HashiCorp Consul and Vault that would result in near-zero downtime for its applications and users while addressing these specific concerns.

Solution
This payment card provider reached out to our AWS DevOps consulting team to assist. The team went to work, helping this organization install and configure a high availability Consul and Vault cluster on top of its existing AWS infrastructure.

The project had three goals:

1. Guide the financial services organization’s architects and developers during the installation and configuration of Vault and Consul.
Together, the teams broke the project down into several week-long sprints, each of which had specific tasks and goals that mapped to the ultimate outcome. As part of this implementation structure, there was a strong focus on teaching the customer the skills it needed to maintain and build upon their solution.

As such, the two teams worked together to install and configure Vault and Consul for the organization, with the customer learning along the way how to create and configure it moving forward.

We started with a basic, secure installation of Vault with a Consul back-end configured for a few users to be able to administer the platform. Next, we created policies that allowed this firm’s IT operations team to take requests for access to an AWS RDS (MySQL/MariaDB) database instance, and issue ephemeral/leased credentials with subsequent expiration. Vault dynamically creates secrets that expire within a given time period, which is important for meeting specific regulatory and security requirements.

We completed this phase with a highly available federated installation of Vault and Consul that allows administrators, end-users, and applications to have zero downtime due to unavailability.

2. Instruct the company’s teams how to use Vault, various backends and the workflows for each one.
Secret backends are the components in Vault which store and generate secrets. We had several backends we were working with at this organization, including Consul, MySQL, Generic Secret, RabbitMQ, PKI, LDAP, and AppRole. While some secret backends, like Generic Secrets, simply store and read secrets verbatim, others, like RabbitMQ, create dynamic secrets, or secrets that are made on-demand.

The Vault authentication backend allows authentication using an existing LDAP server and user/password credentials. This allows Vault to be integrated into environments using LDAP without duplicating the user/pass configuration in multiple places. For AppRole, Vault allows machines and services (apps) to authenticate with Vault via a series of administratively defined roles, thus removing the need to share private keys with all users needing access to infrastructure, and further enforcing the company’s security policies.

3. Establish security automation.
In automating security, it was important to this organization that its application developers could build and deploy their applications to Cloud Foundry from their continuous integration workflows. As a result, we worked with this firm to establish a process whereby Developers could push their applications from the CI pipeline to Cloud Foundry (or any deployment target) without exposing credentials to either Jenkins or the end-user.

In addition, secret rotation had been a security concern for this company. As a result, we used Vault’s capabilities for automatic rotation to ensure that we were able to handle rekeys and rotation of keys in this highly available AWS deployment.

At the end of the project, cybersecurity engineers were able to automatically rotate any and all keys used to secure Vault and were able to revoke any and all issued secrets. Another key part of the project was to make sure we established automatic rotation of root account credentials for middleware services without manual intervention and with minimal application downtime. Our architecture ensured that the Consul-template securely communicated with Vault, cycling root credentials based on lease expiration.

Benefits
Vault secret management is a solution of choice when building highly secure and highly available systems. By proactively building a cloud security architecture throughout the AWS IT management process, this firm has decreased risk from manual management. The firm’s high availability design for Consul and Vault means that the system has zero downtime for applications and users. In addition, we configured a disaster recovery (DR) site for Consul so Consul clients can failover to the DR site and continue to function, should it become necessary.

This solution addressed this financial service organization’s secret management concerns. We provided a fail-safe mechanism to protect Vault and all its secrets in a deployment that supported both static and dynamic secrets while easily rotating secrets frequently. The financial services firm achieved all these security benefits while also seeing an increase in ease-of-use.

*This was originally written by Flux7 Inc., which has become Flux7, an NTT DATA Services Company as of December 30, 2019

Subscribe to our blog

ribbon-logo-dark
Aater Suleman

Aater Suleman, Ph.D. is Vice President of Cloud Transformation at NTT DATA. He is a recognized thought leader and a frequent speaker at events including AWS re:Invent, Dockercon, TechWell and O’Reilly and regularly conducts corporate workshops on digital transformation. He is a Technology Council Contributor for Forbes. Dr. Suleman actively puts his background in technology and experience as a professor at the University of Austin to work designing systems for continuous improvement at the world’s leading brands.

Related Blog Posts