Skip to content

Commit d7fc3ee

Browse files
committed
docs: Move UIF timeout change to fixed section
1 parent f928035 commit d7fc3ee

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

modules/ROOT/partials/release-notes/release-26.7.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,10 @@ Implemented in https://github.com/stackabletech/superset-operator/pull/724[super
113113

114114
===== Open Policy Agent
115115

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].
123120

124121
===== OpenSearch
125122

@@ -296,10 +293,13 @@ Tracked in https://github.com/stackabletech/nifi-opa-plugin/issues/30[nifi-opa-p
296293

297294
===== Open Policy Agent
298295

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].
303303

304304
===== Trino
305305

0 commit comments

Comments
 (0)