From b13780fe8b8d3efa1074baddc55eae342f5150a1 Mon Sep 17 00:00:00 2001 From: Nikos Papageorgopoulos <150338288+npapageorgopoulos12@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:42:47 +0200 Subject: [PATCH] Create README.md (#4) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0ae96d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Security and Privacy Manager + +The **NebulOuS Security and Privacy Manager** is a service that manages models and policies deployed in NebulOuS clusters. This service ensures the secure and efficient deployment, updating, and management of security and privacy policies across Kubernetes (k8s) clusters, leveraging the [casbin k8s-gatekeeper](https://casbin.org/docs/k8s-gatekeeper/) policy engine. + +Key features include: +- GUI-based policy creation and editing +- Policy deployment and management in NebulOuS clusters. +- Integration with Kubernetes via k8s-gatekeeper. +- Use of PostgreSQL for storing and tracking policies.