From 55dcb55f10740060d769eff3f95f68b3902340f0 Mon Sep 17 00:00:00 2001 From: Daniel Bass <94785484+danielbass37@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:11:55 +0100 Subject: [PATCH] Added some resources from Permit.io Added Permit.io as a platform, as well as an article about "Best Practices for Microservice Authorization". --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbac489..f451ada 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Kalix (c)](https://www.kalix.io/) - Platform as a Service that abstracts away the complexity of event-driven microservices. - [Lightbend (c)](https://www.lightbend.com/) - Platform for building scalable reactive systems on the JVM. - [OpenWhisk](http://openwhisk.org/) - Serverless, open source cloud platform that executes functions in response to events at any scale. +- [Permit.io](https://permit.io/) - An authorization-as-a-service platform enabling RBAC, ABAC, and ReBAC for scalable microservices with real-time updates and a no-code policy UI. - [Pulumi](https://pulumi.io/) - SDK for cloud native infrastructure as code. Use your favorite language to preview and manage updates to your apps and infrastructure, and continuously deploy to any cloud (no YAML required). - [Triton](https://github.com/joyent/triton) - Open-source cloud management platform that delivers next generation, container-based, service-oriented infrastructure across one or more data centers. - [Wing](https://www.winglang.io/) - Cloud-oriented programming language. It allows developers to build distributed systems that fully leverage the power of the cloud without having to worry about the underlying infrastructure. @@ -621,6 +622,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Awesome Scalability](https://github.com/binhnguyennus/awesome-scalability) :star: - An updated and organized reading list for illustrating the patterns of scalable, reliable, and performant large-scale systems. Concepts are explained in the articles of prominent engineers and credible references. Case studies are taken from battle-tested systems that serve millions to billions of users. - [A Sidecar for Your Service Mesh](https://www.abhishek-tiwari.com/a-sidecar-for-your-service-mesh/) - A short service mesh introduction. - [AKF Scale Cube](http://akfpartners.com/techblog/2008/05/08/splitting-applications-or-services-for-scale/) - Model depicting the dimensions to scale a service. +- [Best Practices for Microservice Authorization](https://www.permit.io/blog/best-practices-for-authorization-in-microservices) - Best practices for implementing authorization in a microservices architecture. - [Building Microservices? Here is What You Should Know](https://cloudncode.blog/2016/07/22/msa-getting-started/) - A practical overview, based on real-world experience, of what one would need to know in order to build microservices. - [CALM](http://db.cs.berkeley.edu/papers/cidr11-bloom.pdf) :small_orange_diamond:PDF - Consistency as logical monotonicity. - [Canary Release](http://martinfowler.com/bliki/CanaryRelease.html) - Technique to reduce the risk of introducing a new software version in production by slowly rolling out the change to a small subset of users before rolling it out to the entire infrastructure and making it available to everybody.