Cloudanix Joins AWS ISV Accelerate Program

DevOps and DevSecOps: Practical Security Practices with Kyle Fossum

Learn how to balance DevOps speed with security, implement self-serve tooling, use GitOps for security reviews, and adopt MFA best practices for cloud-native teams.

Security is never convenient. You have to lock your door. You have to put your seatbelt on. But if wearing the seatbelt required folding a pile of laundry every time, nobody would do it. The key to DevSecOps is making security as convenient as possible while still protecting what matters. Kyle Fossum, Staff DevOps Engineer at The Predictive Index, is responsible for developer productivity, Azure infrastructure architecture, and cloud security posture. In this episode, he shares practical approaches to balancing speed with security, why self-serve tooling changes everything, and how GitOps provides security reviews that manual processes cannot.

You can read the complete transcript of the episode here >

How do you find the right balance between DevOps speed and security?

Security is always going to add some overhead. The question is how much overhead is acceptable for the business. Kyle frames this as a risk management decision:

  • It depends on organizational appetite: A hedge fund with billions to protect will restrict local admin access and audit every tool installation. A startup where velocity is everything might give everyone production access because the business demands speed.
  • Align security with business objectives: Someone with both comprehensive security understanding and tight business alignment should make these decisions. Security controls disconnected from business context create friction without proportional value.
  • Make security convenient: The seatbelt analogy is key. If the security control is a simple slide-and-click, people will comply. If it requires a lengthy approval process, they will find workarounds.

The practical example: developers needed to update secrets in Azure Key Vault but only DevOps had access. This meant passing secrets over Slack, handling them outside their system of record, and waiting for DevOps availability. The fix was self-serve tooling that let developers submit secrets through a pipeline where they get encrypted and deployed securely without DevOps involvement. More convenient for everyone and more secure.

What are the biggest DevSecOps challenges in cloud-native environments?

Kyle emphasizes that the shared responsibility model varies significantly between service types:

  • IaaS (Virtual Machines): You do not handle data center security or physical cables, but you are entirely responsible for OS configuration. Every misconfiguration is on you.
  • PaaS (Managed Platforms): You do not worry about the OS, only the workload running on the platform. Less surface area to misconfigure.
  • SaaS (Third-party Software): You are not even responsible for the platform, but you still control IAM and access for the product.

The challenge: understanding exactly where responsibility lies for each service type. The recommendation to overcome this:

  • Standardization via SSO: If ten SaaS applications each have separate user accounts, off-boarding requires remembering to disable all ten. With single sign-on tied to one identity provider, one deactivation propagates everywhere.
  • Configuration management: With hundreds of app services and thousands of configurations, finding where a leaked secret is used requires comprehensive observability across the entire estate.
  • Infrastructure as code: Bake correct security defaults into templates once, and every deployment inherits them automatically. No clicking through portal menus hoping you got it right.

How does GitOps improve security over traditional PR reviews?

Traditional PR reviews catch code issues, but GitOps adds downstream validation:

  • Eliminates human targeting errors: Without GitOps, after PR approval you pull main and execute locally. How do you ensure you are targeting the right Azure subscription? (Kyle admits knowing this from personal experience.)
  • Enables downstream testing: Merge to main triggers continuous deployment to a development environment. Developers immediately test the infrastructure and catch issues before production.
  • Parallelizes security checks: Dynamic application scanning, integration testing, and security scans can run simultaneously during deployment, adding minimal time to the pipeline.
  • Provides audit trail: Every infrastructure change is tied to a commit, a reviewer, and a timestamp. This is audit evidence that portal clicking cannot provide.

The insight about debugging: in computer science, when you hear hoofbeats, think zebras not horses. Across layers of abstraction, the obvious stuff has already been ironed out. If something is broken, it is likely something unusual that warrants close investigation.

What DevSecOps best practices should organizations follow?

Kyle highlights several foundational practices:

  • Do not embed secrets in code: Use secret stores like Azure Key Vault or AWS Secrets Manager. Credential commits to source code happen constantly; build tooling that assumes this will happen and detects it quickly. Secret scanning tools can automate this detection.
  • Infrastructure as code is imperative: Bake security defaults into templates. You configure correctly once and every deployment inherits it. This also enables peer review of infrastructure changes.
  • Observability across the estate: When a secret leaks, you need to know everywhere it is used across potentially thousands of configurations to rotate it effectively.
  • Blameless postmortems: Credential commits happen because humans make mistakes. Pointing fingers creates a culture where people hide mistakes rather than reporting them quickly. Focus on quick detection and robust secret rotation processes instead.
  • Automation for force multiplication: With 100 servers, you cannot hire 100 people to click menus. Automation is essential, and if misconfigured, at least the fix propagates just as quickly.

How should organizations implement MFA effectively?

Kyle has strong opinions on authentication best practices:

  • SMS-based MFA is insufficient: Social engineering and SIM jacking allow attackers to receive your SMS tokens. YouTube demonstrations show how easily this is done.
  • Hardware tokens are best: YubiKeys and similar devices cannot be remotely compromised. Nobody is going to steal your physical hardware token over the internet.
  • Authenticator apps are a strong middle ground: Preferably integrated with a password manager like 1Password.
  • Apply MFA broadly: Every employee has something an attacker wants, regardless of level. Customer service has user account access. Finance has financial data. Security is not just for engineers.
  • Use adaptive MFA to reduce friction: Same IP address as always? Delay the prompt for 30 days. Login from an unexpected country? Full verification required. This balances security with usability.

On passwords specifically: NIST has revised its guidance. Length beats complexity. A 20-character passphrase in plain English (the famous “Correct Horse Battery Staple”) provides security until the heat death of the universe but is easy to remember. Arbitrary password rotation requirements with no indicators of compromise just annoy users into writing passwords on sticky notes.

What advice do startups need for starting their DevSecOps journey?

Kyle’s practical guidance for resource-constrained teams:

  • Assess current state first: You need to know where you are before deciding where to go. Maybe you are committing secrets to source code. Start there.
  • Set clear goals aligned with business: Early in his career, Kyle spent time implementing security features nobody asked for. In startup environments, minimum viable security aligned with business objectives matters more.
  • Foster collaboration over compliance: Security is a journey, not a destination. The threat landscape changes constantly, and continuous improvement must be baked into the culture.
  • Environment-specific priorities: A fintech startup handling managed brokerage cannot treat security as an afterthought. A consultancy with limited PII has different priorities.
  • Start with the highest-impact basics: Secret stores, cloud misconfiguration scanning, and remediation tooling provide the most value for the least effort.

The overarching principle: security needs to be at least convenient enough that people will not try to circumvent it. If password requirements are so complex that people write them on sticky notes, you have failed at security, not succeeded.

Related Resources

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