From 4a5f5bc6cbb7257c3f0682d515a42deb9785df50 Mon Sep 17 00:00:00 2001 From: Brian Hoffmann Date: Wed, 2 Jun 2021 09:28:27 +0200 Subject: [PATCH] Add note about verdict of evaluation --- radar/2021-01-01/open-policy-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/open-policy-agent.md b/radar/2021-01-01/open-policy-agent.md index 7945989..fafbc35 100644 --- a/radar/2021-01-01/open-policy-agent.md +++ b/radar/2021-01-01/open-policy-agent.md @@ -13,4 +13,4 @@ The benefits of using OPA and Rego comes from the various available integrations We use OPA in some of our infrastructure pipelines to ensure that changes don't have undesired impact or within Kubernetes to evaluate the overall conformity of our deployments with the given policies. -We have also evaluated OPA as part of a permission management concept in larger distributed architectures. +We have also evaluated OPA as part of permission management in distributed architectures. The concept promisses to provide value especially for distributed enterprise architectures.