From 504e97b4c09c032fe786910346f45796472ba9a8 Mon Sep 17 00:00:00 2001 From: Aldin Kiselica Date: Fri, 1 Sep 2023 12:29:00 +0200 Subject: [PATCH] Add Cerbos (#89) --- software/cerbos.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/cerbos.yml diff --git a/software/cerbos.yml b/software/cerbos.yml new file mode 100644 index 0000000000..38afc3c5d8 --- /dev/null +++ b/software/cerbos.yml @@ -0,0 +1,11 @@ +name: "Cerbos" +website_url: "https://cerbos.dev" +source_code_url: "https://github.com/cerbos/cerbos" +description: "A self-hosted, open source user authorization layer for your applications." +licenses: + - Apache-2.0 +platforms: + - Go +tags: + - Miscellaneous +demo_url: "https://play.cerbos.dev"