You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial opa integration test (no opa tls)
* add support for communicating with opa via tls
* make test kerberized
* restore pdb and fix assert
* changelog
* refine rego rule
* review feedback
* extend test to also check a blocked write
* Update tests/templates/kuttl/opa/20-install-opa.yaml.j2
Co-authored-by: Lukas Krug <[email protected]>
---------
Co-authored-by: Lukas Krug <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- Support objectOverrides using `.spec.objectOverrides`.
10
10
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#927]).
11
+
- Added support for OPA/TLS ([#928]).
11
12
- Added experimental support for `4.1.1` ([#929])
12
13
- Enable the [restart-controller](https://docs.stackable.tech/home/nightly/commons-operator/restarter/), so that the Pods are automatically restarted on config changes ([#930], [#932]).
13
14
@@ -27,6 +28,7 @@ All notable changes to this project will be documented in this file.
0 commit comments