Skip to content

Commit 45a0932

Browse files
committed
docs: Mark Entra backend as non-experimental
1 parent 2053bf8 commit 45a0932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The above is to accommodate for different Active Directory user management strat
187187
[#backend-entra]
188188
=== Entra
189189

190-
WARNING: The Entra backend is experimental, and subject to change.
190+
NOTE: The Entra backend was marked as non-experimental in SDP 26.3.0.
191191

192192
Fetch groups but not roles for a user from Entra.
193193

@@ -199,7 +199,7 @@ spec:
199199
clusterConfig:
200200
userInfo:
201201
backend:
202-
experimentalEntra: # <1>
202+
entra: # <1>
203203
tenantId: 00000000-0000-0000-0000-000000000000 # <2>
204204
clientCredentialsSecret: user-info-fetcher-client-credentials # <3>
205205
----

0 commit comments

Comments
 (0)