Skip to content

Commit b0ad785

Browse files
committed
Adressing some feedback
1 parent 49dc59a commit b0ad785

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
name: opa
1717
spec:
1818
image:
19-
productVersion: 0.67.1
19+
productVersion: 1.0.0
2020
clusterConfig:
2121
userInfo: # <1>
2222
backend:
@@ -132,8 +132,6 @@ For example, the following rule allows access for users in the `/admin` group:
132132
----
133133
package test
134134
135-
import rego.v1
136-
137135
default allow := false
138136
139137
allow if {

docs/modules/opa/partials/supported-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// This is a separate file, since it is used by both the direct OPA documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
* 0.67.1
6-
* 0.66.0 (deprecated)
5+
* 1.0.0
6+
* 0.67.1 (deprecated)

0 commit comments

Comments
 (0)