Skip to content

Commit be000cd

Browse files
sbernauerdervoeti
authored andcommitted
chore: Mark user-info-fetcher as non-experimental (#752)
* chore: Mark user-info-fetcher as non-experimental * changelog
1 parent fd9a7e9 commit be000cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ All notable changes to this project will be documented in this file.
1414
- BREAKING: The per-rolegroup services now only serves the HTTP port and has a `-headless` suffix to better indicate their
1515
purpose and to be consistent with other operators ([#748]).
1616
- BREAKING: The per-role server service is now prefixed with `-server` to be consistent with other operators ([#748]).
17+
- The User info fetcher is no longer an experimental feature ([#752]).
1718

1819
[#748]: https://github.com/stackabletech/opa-operator/pull/748
20+
[#752]: https://github.com/stackabletech/opa-operator/pull/752
1921

2022
## [25.7.0] - 2025-07-23
2123

docs/modules/opa/pages/usage-guide/user-info-fetcher.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
= User info fetcher
2-
:description: Experimental User Info Fetcher for OPA retrieves data from backends like Keycloak. Integrate extra user details into Rego rules for enhanced policy management.
3-
4-
WARNING: This feature is experimental, and subject to change.
2+
:description: User Info Fetcher for OPA retrieves data from backends like Keycloak. Integrate extra user details into Rego rules for enhanced policy management.
53

64
The _User info fetcher_ allows for additional information to be obtained from the configured backend (for example, Keycloak).
75
You can then write Rego rules for OpenPolicyAgent which make an HTTP request to the User info fetcher and make use of the additional information returned for the username or user id.

0 commit comments

Comments
 (0)