Skip to content

Commit e5d1f05

Browse files
committed
Merge remote-tracking branch 'origin/main' into spike/rif
2 parents a8310f6 + 5b3aa4c commit e5d1f05

11 files changed

Lines changed: 551 additions & 25 deletions

File tree

CHANGELOG.md

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

2634
### Removed
2735

@@ -38,6 +46,7 @@ All notable changes to this project will be documented in this file.
3846
[#842]: https://github.com/stackabletech/opa-operator/pull/842
3947
[#843]: https://github.com/stackabletech/opa-operator/pull/843
4048
[#851]: https://github.com/stackabletech/opa-operator/pull/851
49+
[#859]: https://github.com/stackabletech/opa-operator/pull/859
4150

4251
## [26.3.0] - 2026-03-16
4352

Cargo.lock

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

0 commit comments

Comments
 (0)