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
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-26.7.adoc
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,13 +113,10 @@ Implemented in https://github.com/stackabletech/superset-operator/pull/724[super
113
113
114
114
===== Open Policy Agent
115
115
116
-
* Previously, the user-info-fetcher's outbound HTTP requests (to Microsoft Entra, Keycloak, and the XFSC AAS) had no timeout, so a slow or unresponsive backend could make a request hang indefinitely and stall user-info lookups.
117
-
With this release, every outbound request has a 60-second overall timeout and a 15-second connection timeout.
118
-
Implemented in https://github.com/stackabletech/opa-operator/pull/859[opa-operator#859].
119
-
* The Open Policy Agent operator now supports `configOverrides` for its `config.json`.
120
-
JSON Patches and JSON Merge Patches let you override the nested structure of the file.
121
-
Consult the xref:opa:usage-guide/configuration-environment-overrides.adoc#_configuration_properties[configuration & environment overrides] documentation page for more details.
122
-
Implemented in https://github.com/stackabletech/opa-operator/pull/818[opa-operator#818].
116
+
The Open Policy Agent operator now supports `configOverrides` for its `config.json`.
117
+
JSON Patches and JSON Merge Patches let you override the nested structure of the file.
118
+
Consult the xref:opa:usage-guide/configuration-environment-overrides.adoc#_configuration_properties[configuration & environment overrides] documentation page for more details.
119
+
Implemented in https://github.com/stackabletech/opa-operator/pull/818[opa-operator#818].
123
120
124
121
===== OpenSearch
125
122
@@ -296,10 +293,13 @@ Tracked in https://github.com/stackabletech/nifi-opa-plugin/issues/30[nifi-opa-p
296
293
297
294
===== Open Policy Agent
298
295
299
-
The Microsoft Entra backend of the OPA user-info-fetcher now retrieves complete group memberships for policy checks.
300
-
Previously, it read only the first page of a user's group memberships, so users belonging to many groups received an incomplete group list.
301
-
With this release, the Entra backend follows the result pages until every page has been retrieved (bounded to 100 pages as a safeguard).
302
-
Fixed in https://github.com/stackabletech/opa-operator/issues/858[opa-operator#858].
296
+
* Previously, the user-info-fetcher's outbound HTTP requests (to Microsoft Entra, Keycloak, and the XFSC AAS) had no timeout, so a slow or unresponsive backend could make a request hang indefinitely and stall user-info lookups.
297
+
With this release, every outbound request has a 60-second overall timeout and a 15-second connection timeout.
298
+
Implemented in https://github.com/stackabletech/opa-operator/pull/859[opa-operator#859].
299
+
* The Microsoft Entra backend of the OPA user-info-fetcher now retrieves complete group memberships for policy checks.
300
+
Previously, it read only the first page of a user's group memberships, so users belonging to many groups received an incomplete group list.
301
+
With this release, the Entra backend follows the result pages until every page has been retrieved (bounded to 100 pages as a safeguard).
302
+
Fixed in https://github.com/stackabletech/opa-operator/issues/858[opa-operator#858].
0 commit comments