summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-02 12:32:27 -0600
committermo khan <mo@mokhan.ca>2025-07-02 12:32:27 -0600
commita577c62277e3d651b66fd68dbe800bf3ab5c4921 (patch)
tree7ae4e79fc84c539c12fb0313d0d3cc929b2e12ae /README.md
parentc2b8edab01b23fde6cc196a3349ad6aa19a93299 (diff)
parent0b610d061e45811130d8cf3919037fdc9513e340 (diff)
Merge branch 'rs' into 'main'
Re-write the authorization daemon in rust See merge request gitlab-org/software-supply-chain-security/authorization/authzd!1
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 12 insertions, 16 deletions
diff --git a/README.md b/README.md
index 6b414a9f..5d023217 100644
--- a/README.md
+++ b/README.md
@@ -52,28 +52,24 @@ It integrates with an identity provider (IdP) and uses message queues to stay in
```sh
$ mise install
- $ make install-tools
```
1. Start servers:
```sh
- $ mage servers
+ $ cargo run
```
-## Questions
-
-See the [FAQ][9]
-
## References
-* [go tool][5]
-* [gRPC][6]
-* [protocol buffers][7]
-* [twirp][8]
-
-[1]: https://github.com/twitchtv/twirp
-[5]: https://tip.golang.org/doc/modules/managing-dependencies#tools
-[6]: https://grpc.io/docs/
-[7]: https://protobuf.dev/programming-guides/proto3/
-[8]: https://github.com/arthurnn/twirp-ruby/wiki/Code-Generation
+* [gRPC][3]
+* [protocol buffers][4]
+* [tokio][2]
+* [tonic][1]
+* [Envoy External Authorization][5]
+
+[1]: https://github.com/hyperium/tonic
+[2]: https://github.com/tokio-rs/tokio
+[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