API Authorization Best Practices Across Multi-Cloud Workloads (AWS, Azure, GCP)
reddit.com·20h·
Discuss: r/devops
Flag this post

Hello everyone,

I’m looking for advice on secure, scalable, and seamless API authorization best practices across multiple cloud platforms.

Here’s the setup:

I have an API Gateway deployed in AWS, protected by IAM authorization.

These APIs handle highly sensitive operations — they perform CRUD actions on secrets and passwords stored in a central AWS Secrets Manager.

Our customers run workloads across multiple CSPs — including Azure, GCP, and other AWS accounts.

Each customer’s workloads are managed by separate teams and are frequently updated, with new workloads added during onboarding.

So far:

I previously allowed access to AWS resources within my AWS Organization, but that approach was too broad and not align…

Similar Posts

Loading similar posts...