Skip to content

Commit c5ef26a

Browse files
committed
chore: Mark user-info-fetcher as non-experimental
1 parent 73ffb27 commit c5ef26a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ 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 ([#XXX]).
1718

1819
[#748]: https://github.com/stackabletech/opa-operator/pull/748
1920

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)