Skip to content

Commit c75a6d4

Browse files
committed
docs: Use consistent name for UIF
1 parent 638feb9 commit c75a6d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@ Tracked in https://github.com/stackabletech/nifi-opa-plugin/issues/30[nifi-opa-p
293293

294294
===== Open Policy Agent
295295

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.
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.
297297
With this release, every outbound request has a 60-second overall timeout and a 15-second connection timeout.
298298
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.
299+
* The Microsoft Entra backend of the OPA User Info Fetcher now retrieves complete group memberships for policy checks.
300300
Previously, it read only the first page of a user's group memberships, so users belonging to many groups received an incomplete group list.
301301
With this release, the Entra backend follows the result pages until every page has been retrieved (bounded to 100 pages as a safeguard).
302302
Fixed in https://github.com/stackabletech/opa-operator/issues/858[opa-operator#858].

0 commit comments

Comments
 (0)