Skip to content

Commit a993b5f

Browse files
authored
Merge branch 'release-26.7' into pr-26.7.0-rc1
2 parents 156af8f + 1c08074 commit a993b5f

10 files changed

Lines changed: 557 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ All notable changes to this project will be documented in this file.
2424
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
2525
Users relying on the product-config `properties.yaml` file have to set these properties via the CRD.
2626
JsonPatches has been renamed to JsonPatch ([#842]).
27+
- Apply a 60s request and 15s connect timeout to all user-info-fetcher outbound HTTP backends
28+
(Keycloak, Entra, XFSC AAS), which previously waited indefinitely ([#859]).
29+
30+
### Fixed
31+
32+
- The user-info-fetcher Entra backend now follows Microsoft Graph's `@odata.nextLink` pagination
33+
links - up to 100 times - to fetch 999 group memberships per result page, resulting in a maximum
34+
of 99900 fetched memberships for a single user ([#859]).
2735

2836
### Removed
2937

@@ -40,6 +48,7 @@ All notable changes to this project will be documented in this file.
4048
[#842]: https://github.com/stackabletech/opa-operator/pull/842
4149
[#843]: https://github.com/stackabletech/opa-operator/pull/843
4250
[#851]: https://github.com/stackabletech/opa-operator/pull/851
51+
[#859]: https://github.com/stackabletech/opa-operator/pull/859
4352

4453
## [26.3.0] - 2026-03-16
4554

Cargo.lock

Lines changed: 70 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)