Skip to content

Commit

Permalink
Merge pull request #6081 from dasuni-30/fix/21539
Browse files Browse the repository at this point in the history
Add config to disable remote user stores
  • Loading branch information
dasuni-30 authored Oct 30, 2024
2 parents ed3d008 + 374f0f9 commit 5751645
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,9 @@
"console.users.scopes.update": ["internal_user_mgt_update", "internal_session_delete"],
"console.users.scopes.delete": ["internal_user_mgt_delete"],
"console.user_stores.enabled": true,
"console.user_stores.disabled_features": [
"userStores.type.remote"
],
"console.user_stores.scopes.feature": ["console:userstores"],
"console.user_stores.scopes.create": ["internal_userstore_create"],
"console.user_stores.scopes.read": ["internal_userstore_view"],
Expand Down

0 comments on commit 5751645

Please sign in to comment.