Home / Companies / Permit.io / Blog / July 2022

July 2022 Summaries

2 posts from Permit.io

Filter
Month: Year:
Post Summaries Back to Blog
Cloud security through AWS Identity and Access Management (IAM) is a balancing act between enabling developer efficiency and maintaining robust security. The blog post discusses the importance of achieving this balance, as overly loose IAM policies pose security risks, while overly strict ones can hinder development work. It emphasizes the use of roles as a flexible tool for managing permissions, preventing premature privilege escalations, and facilitating secure interactions between AWS and third-party services through OpenID Connect (OIDC). Real-life scenarios illustrate how roles can streamline policy management and auditing, enhance security in third-party integrations, and enable cross-account permissions. AWS CloudTrail is recommended for monitoring role usage, while Trust Relationship policies help restrict role assumptions to specified entities. The blog also highlights the importance of integrating IAM with external services like Kubernetes and GitHub, ensuring a secure yet adaptable authentication process.
Jul 24, 2022 2,822 words in the original blog post.
As software vendors and enterprises increasingly adopt cloud-native computing, building authorization into software products has become more complex due to the shift away from monolithic architectures and perimeter-based security. Modern applications now consist of ephemeral microservices interacting with third-party SaaS applications, requiring new approaches to authorization. Key cloud-native best practices, such as declarative control planes, statelessness, real-time behavior, zero trust, GitOps, and hybrid end-to-end environments, are essential for addressing these challenges. These practices enable organizations to manage permissions dynamically and securely across distributed and diverse IT landscapes, including on-premises and edge assets. By embracing these principles, organizations can construct a robust cloud-native authorization layer that adapts to evolving technological needs. The article is part of a series that will explore open-source solutions for implementing cloud-native authorization, as well as SaaS options for simplifying permission management.
Jul 19, 2022 1,177 words in the original blog post.