Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ All notable changes to this project will be documented in this file.
- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
Users relying on the product-config `properties.yaml` file have to set these properties via the CRD.
JsonPatches has been renamed to JsonPatch ([#842]).
- Apply a 60s request and 15s connect timeout to all user-info-fetcher outbound HTTP backends
(Keycloak, Entra, XFSC AAS), which previously waited indefinitely ([#859]).

### Fixed

- The Entra user-info-fetcher backend now follows Microsoft Graph's `@odata.nextLink` pagination,
so users with more group memberships than fit on a single response page receive their complete
group list. Following the link is bounded to 100 pages as a safeguard ([#859]).
Comment thread
Techassi marked this conversation as resolved.
Outdated

### Removed

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

## [26.3.0] - 2026-03-16

Expand Down
72 changes: 70 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading