From b0ad785bc3e07f278faea316b224d731cf140d56 Mon Sep 17 00:00:00 2001 From: Maxi Wittich Date: Fri, 24 Jan 2025 10:56:58 +0100 Subject: [PATCH] Adressing some feedback --- docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc | 4 +--- docs/modules/opa/partials/supported-versions.adoc | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc b/docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc index 81cf5048..6c9f90ba 100644 --- a/docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc +++ b/docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc @@ -16,7 +16,7 @@ metadata: name: opa spec: image: - productVersion: 0.67.1 + productVersion: 1.0.0 clusterConfig: userInfo: # <1> backend: @@ -132,8 +132,6 @@ For example, the following rule allows access for users in the `/admin` group: ---- package test -import rego.v1 - default allow := false allow if { diff --git a/docs/modules/opa/partials/supported-versions.adoc b/docs/modules/opa/partials/supported-versions.adoc index f7b0d816..f221808e 100644 --- a/docs/modules/opa/partials/supported-versions.adoc +++ b/docs/modules/opa/partials/supported-versions.adoc @@ -2,5 +2,5 @@ // This is a separate file, since it is used by both the direct OPA documentation, and the overarching // Stackable Platform documentation. -* 0.67.1 -* 0.66.0 (deprecated) +* 1.0.0 +* 0.67.1 (deprecated)