diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-10 17:49:29 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-10 17:49:29 -0600 |
| commit | ef572ae666732e87a35417710669ce88233a754a (patch) | |
| tree | 3cc32004dee9600014417d404dbe01ac0e1faca9 /README.md | |
| parent | 8417a15087cc6f42c77fe070011ac2207f8d852d (diff) | |
| parent | 6721aaffa33894624c87a54f4ed10eccd3c080e5 (diff) | |
Merge branch 'entities' into 'main'
Use a static ACL file(s) to make authorization decisions
See merge request gitlab-org/software-supply-chain-security/authorization/authzd!6
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -74,6 +74,8 @@ It integrates with an identity provider (IdP) and uses message queues to stay in ## References +* [Sparkle + Authzd: Overview Presentation][6] +* [Envoy Proposal][7] * [gRPC][3] * [protocol buffers][4] * [tokio][2] @@ -85,3 +87,5 @@ It integrates with an identity provider (IdP) and uses message queues to stay in [3]: https://grpc.io/docs/ [4]: https://protobuf.dev/programming-guides/proto3/ [5]: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter +[6]: https://drive.google.com/file/d/1cYsHePX5p6uG3WY6Fp8X7yXJtoWt5wCZ +[7]: https://gitlab.com/gitlab-org/architecture/auth-architecture/design-doc/-/blob/main/doc/share/envoy.md |
