Cloudanix Joins AWS ISV Accelerate Program

The Break Glass Procedure: Establishing an Auditable Emergency Access Process for Critical Resources

Establish a secure, auditable break glass procedure for emergency access to critical systems. Learn the components for Just-in-Time incident response.

Screen Shot

There is a sudden shift in requirements, where organizations are increasingly adopting Just-in-Time (JIT) access to minimize standing privileges and reduce the attack surface. While this approach significantly enhances security, it introduces a critical challenge: what happens when a system is down, a security breach is in progress, and the regular JIT process is too slow or unavailable?

The pressure to act quickly can lead to insecure, ad-hoc methods like sharing static privileged passwords or creating backdoors. These actions, born out of necessity, can lead to significant security gaps, audit failures, and potential policy violations. This article introduces the concept of a “break glass” procedure: a pre-defined, controlled, and auditable process designed to grant secure, temporary, elevated access during a true emergency. We’ll provide a blueprint for establishing this critical procedure, transforming a chaotic, insecure response into a structured, secure, and fully accountable one.

What is a “Break Glass” Procedure?

In the world of information security, a “break glass” procedure is a critical safeguard, designed to be used only in extreme circumstances. Its name is a metaphor for a physical “break glass in case of emergency” fire alarm. It is a pre-planned, highly secure, and temporary method for granting elevated, often administrative, access to a small, authorized group of individuals during a major incident. This could be a production outage, a suspected breach, or a critical security patch that requires immediate application.

The core principle behind this process is to balance security with operational necessity. While robust access control models, such as Just-in-Time (JIT) and Privileged Access Management (PAM), are designed to prevent unauthorized access, they can sometimes create friction during a crisis. A well-defined “break glass” procedure is not a security bypass, but a security control in itself—it replaces a chaotic, ad-hoc response with a structured, auditable one.

Key characteristics of an effective “break glass” process include:

  1. Exceptional Use: It is not for everyday tasks. Its use must be rare and justified by a genuine emergency.
  2. Temporary: Access is granted for a minimal, time-bound duration (e.g., 30-60 minutes) and is automatically revoked.
  3. Pre-Approved: The entire process, from trigger to audit, is defined and approved by security and leadership before an incident occurs.
  4. Auditable: Every step is meticulously logged and monitored for post-incident review and accountability.
Cloudanix console showing Azure Kubernetes JIT dashboard

Core Components of an Effective “Break Glass” Process

Establishing a robust “break glass” process requires a multi-faceted approach that covers triggering mechanisms, access granting, a streamlined workflow, and a rigorous post-incident audit.

Triggering the Process

The first step is to clearly define what constitutes an emergency and who is authorized to initiate the procedure. This prevents misuse and ensures that “break glass” access is not used as a shortcut for routine tasks.

Who can initiate?

This should be limited to specific, pre-designated roles such as an Incident Commander, a senior Site Reliability Engineer (SRE), or a designated Security Operations Center (SOC) team member. These individuals are trusted to make a judgment call under pressure.

What constitutes an emergency?

The triggers must be well-documented in the organization’s Incident Response (IR) plan. Examples include:

  • A production outage is impacting core business services.
  • An active ransomware attack or data exfiltration event.
  • A critical security vulnerability requires an immediate, unscheduled patch to all systems.
  • Failure of the primary identity provider (IdP) or privileged access management (PAM) system, which prevents normal administrative access.

The Access Granting Mechanism

The technology used to grant “break glass” access is arguably the most critical component. It must be reliable, fast, and secure, even if primary systems are unavailable.

  • Dedicated Credentials: Do not use shared accounts. The process should rely on isolated, one-time-use credentials. These “break glass” accounts (e.g., breakglass-prod-root, emergency-db-admin) should be distinct from regular admin accounts and not used for any other purpose. As a best practice, these credentials should not be static; they should be ephemeral and created on-demand.
  • Secure Vaulting: These master credentials must be stored in a highly secure, offline, and segregated secrets management vault. In an emergency, these secrets can be retrieved by an authorized party, often requiring a manual, multi-person approval process in a physical or digital “lockbox.” Research from institutions like the AWS Well-Architected Framework and Microsoft Entra ID guidance often recommends storing these “break glass” account credentials using strong passwordless authentication methods and ensuring they are not dependent on the primary authentication system.
  • Automation: Manual processes are prone to error and delay. An automated “break glass” workflow, often orchestrated by a JIT platform, is essential. Once triggered, the system can automatically retrieve the necessary credentials from a secure vault, apply a pre-defined, time-bound policy, and provision access to the user. This automation is key to ensuring a rapid and secure response.

Post-Incident Review and Audit

The audit is what makes the “break glass” procedure a security control, not a security gap. The process isn’t over when the access is revoked; it’s a critical phase of accountability and improvement.

  • Comprehensive Logging: The system must capture every action performed with the “break glass” privileges. This includes commands executed, files accessed, and changes made.
  • Mandatory Post-Mortem: After the incident is resolved, a mandatory review must take place. This post-mortem should answer key questions:
    1. Was the “break glass” procedure truly necessary?
    2. Were the actions taken justified and aligned with the incident response plan?
    3. What was the duration of the access, and was it sufficient?
    4. Could the incident have been handled with a regular JIT access request?
    5. Were there any policy violations or suspicious activities?
  • Credential Rotation: The “break glass” credentials must be automatically rotated after each use. This ensures that a compromised or leaked emergency credential becomes instantly invalid, a crucial step noted in frameworks for privileged access and incident response

Practical Implementation with a JIT Access Solution

A modern Just-in-Time (JIT) access solution is the ideal platform for implementing a robust “break glass” procedure. It automates the entire lifecycle, from request to audit, replacing insecure manual methods.

  • Dedicated Emergency Access Accounts: The JIT platform can manage a separate pool of emergency accounts that are not tied to any individual user. These accounts exist in a state of “zero standing privilege” until an emergency is declared.
  • Role-Based “Break Glass” Policies: You can define a specific JIT role, such as “SRE Incident Responder,” with a pre-configured policy. This policy dictates what resources (e.g., specific servers, databases, or cloud accounts) are accessible and for how long. The policy can be triggered by a single request from an authorized user.
  • Secure Vault Integration: JIT platforms integrate with secrets management solutions (like HashiCorp Vault or AWS Secrets Manager) to securely store and retrieve the ephemeral “break glass” credentials. This ensures the credentials are never exposed to the end-user.
  • Automated Access and Revocation: When an authorized user requests the “SRE Incident Responder” role, the JIT platform automatically grants temporary, elevated access to the target system. The access is provisioned as an ephemeral credential, and after the predefined time (e.g., 30 minutes) expires, the JIT platform automatically revokes all privileges. This automated process is key to minimizing the risk window.
  • Real-Time Auditing: Every request, approval (or implicit approval), and action is logged in a tamper-proof audit trail. The JIT platform’s logs provide the necessary data for the post-mortem review, enabling compliance with standards and facilitating forensic investigations after an incident. This comprehensive logging and monitoring are a cornerstone of modern security frameworks, as noted in numerous studies on privileged access management.

Conclusion

A “break glass” procedure is not a security bypass; it is a fundamental security control. It replaces the chaos and risk of an unstructured emergency response with a controlled, repeatable, and fully auditable process. By establishing a clear plan, pre-defining triggers, and leveraging modern JIT access solutions, organizations can ensure that their teams can act decisively during a crisis without compromising on security or accountability.

This proactive approach ensures that even when the worst happens, the security posture remains intact. Ultimately, having a robust “break glass” plan is a hallmark of a mature security program, demonstrating that the organization has anticipated the unpredictable and is prepared to handle it with precision and security.

People Also Read

What Our Users Are Saying

Customer Reviews

Cloudanix is trusted by security leaders worldwide to deliver proactive, reliable, and cutting-edge cloud security.

One day, I changed the password of a root account, and my CTO called me within less than a minute to confirm if I did so. I was not expecting a reaction this quick. He told me Cloudanix alerted him of this password change and that he wanted to confirm as it was a critical security notification. I couldn't believe it!

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Compliance is one way of staying secure, but what I want is the ability to go deeper and attain 'true security.' Cloudanix provides us the capability to do so.

Vishal Madan
Vishal Madan
Head of Engineering, iMocha

Cloudanix is building for the future of the cloud, which makes the product all the more desirable.

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Cloudanix gave us the visibility we were missing. Being able to move from permanent access to a robust Just-In-Time (JIT) workflow has fundamentally changed our security posture without slowing down our engineering velocity.

Pavan Kumar Lekkala
Pavan Kumar Lekkala
SRE Lead, HugoHub

We are excited to leverage Cloudanix's comprehensive multi-cloud DevSecOps solution to secure our production workloads on AWS. Cloudanix has demonstrated that it can solve many challenges that DevSecOps teams face while continually adding new features such as SOC2 compliance and drift detection.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Managing third-party partner access was once a major concern for our security posture. With Cloudanix JIT Cloud, we've effectively achieved zero third-party risk. We can now grant access confidently, knowing that it is temporary, audited, and automatically revoked, resulting in a 100% reduction in our privileged access exposure.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

The snooze feature and responsible alerts have helped us save time and prioritize what to tackle first.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Implementing Cloudanix JIT internally allowed us to practice what we preach. By eliminating permanent access to our own clouds and databases, we've neutralized the risk of standing privileges, ensuring our own 'keys to the kingdom' are never left exposed.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

The problem with permissions is a lot of times, the gaps are left open due to oversights from inside the organization itself. With Cloudanix's CIEM, we get a complete view of user permissions and access. This enables us to update the permissions, reducing the attack surface.

Nilesh Pethani
Nilesh Pethani
Application Architect, iMocha

In the world of Fintech, trust is our currency. Cloudanix provided the frictionless visibility we needed to secure our EKS workloads across AWS, ensuring we stay audit-ready for SOC2 and GDPR without slowing down our engineering velocity.

Amol Naik
Amol Naik
Head of Security & Infrastructure, HugoHub

Cloudanix delivered value within 5 minutes of onboarding. Continuous monitoring, timely detection, and excellent documentation helped us attain a great cloud security posture.

Divyanshu Shukla
Senior DevSecOps, Meesho

Technology strategies and business strategies are in a state of constant change which includes centralization and decentralization of responsibilities. Regardless of strategic shift, we still have intellectual property to protect. Cloudanix are critical partners for us in our public cloud security posture across our three cloud providers.

Jerry Locke
Jerry Locke
Senior Director Global Solutions Engineering, Eversana

Cloudanix has been amazing. They opened up a common Slack channel with us — and it feels like we are talking to our own team and getting things done with Cloud security. The support team is always available, friendly, helpful, and ready to go out of their way.

Satish Mohan
Satish Mohan
CTO, Airgap Networks

Beyond just access management, Cloudanix CSPM has given us a unified view of our AWS environment. The real-time alerting and anomaly detection allow us to prevent any untoward activity before it happens, which is critical for a marketplace connecting 50+ financial institutions.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

For a Fintech company, data is our most valuable — and most sensitive — asset. Cloudanix DAM hasn't just improved our visibility; it has given us control. The ability to mask data and prevent unauthorized queries in real-time is a game-changer for our compliance and customer trust.

Jiten Gala
Jiten Gala
President Engineering and Product, Kapittx

Our clients, especially in the Middle East financial sector, demand absolute accountability. Cloudanix JIT Cloud has been a competitive differentiator for us, allowing us to provide secure, governed access to customer accounts that meet their strictest audit and compliance requirements.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

Cloudanix is always on my team's lips because of its exceptional support. Be it a small or big query, Cloudanix has gone above and beyond to resolve them. This one's a keeper for us.

Sujit Karpe
Sujit Karpe
CTO, iMocha

For a long-lasting partnership, great support goes a long way. Cloudanix has delivered exceptional support whenever required. Their edge is their team is always ready to go beyond to solve any issues that we have. This speaks volumes about the culture at Cloudanix.

Akash Maheshwari
Akash Maheshwari
Co-founder, MoveInSync

Beyond the technology, Cloudanix feels like an extension of our own team. Their willingness to stand up a dedicated Middle East tenant for us and provide exceptional support at a sensible price makes them a long-term partner for Hugosave.

Surya Tamada
Surya Tamada
CTO, HugoHub

The real-time notifications that Cloudanix provides are a real lifesaver. Their adaptive notifications ensure that my team stays productive and doesn't get interrupted all the time.

Digvijay Singh
Staff Security Engineer, Meesho

The whole point in technological evolution is to help improve the world we live in. We must protect that and to do so requires an effective and efficient security strategy. The Cloudanix team helped make our public cloud security posture management strategy a reality. The symbiotic relationship we have allows for a continuous feedback loop which is how business should operate.

Larry Wheat
Larry Wheat
Staff Solutions Engineer, Eversana

Ready to see your graph?

Connect a cloud account in under 30 minutes. See every finding rooted in identity, asset, and blast radius — with a fix path attached.

Book a Demo