Skip to content

Commit 0bf2a2a

Browse files
committed
chore(keycloak): remove per project config
We don't want drift to be an option in the future, so we'll keep the purge option as an admin only. Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr>
1 parent dd2f405 commit 0bf2a2a

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

plugins/keycloak/src/infos.ts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,7 @@ const infos: ServiceInfos = {
1919
description: 'Purger les utilisateurs non synchronisés de Keycloak lors de la synchronisation',
2020
},
2121
],
22-
project: [
23-
{
24-
kind: 'switch',
25-
key: 'purge',
26-
initialValue: DISABLED,
27-
permissions: {
28-
admin: { read: true, write: true },
29-
user: { read: false, write: false },
30-
},
31-
title: 'Purger les utilisateurs non synchronisés',
32-
value: DISABLED,
33-
description: 'Purger les utilisateurs non synchronisés de Keycloak lors de la synchronisation',
34-
},
35-
],
22+
project: [],
3623
},
3724
}
3825

0 commit comments

Comments
 (0)