From 7777e637fdf6d41a0dd6a435a96d591722c9ecff Mon Sep 17 00:00:00 2001 From: Georg Date: Sat, 4 Sep 2021 08:17:06 +0200 Subject: Admin interface group query, join and unjoin. Signed-off-by: Georg --- config.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 9704ca6..74ef8a5 100644 --- a/config.py +++ b/config.py @@ -122,5 +122,12 @@ conf.registerGlobalValue(Keycloak.options, 'ircgroup', """ , private=True )) +conf.registerGlobalValue(Keycloak.options, 'confluencegroup', + registry.String('', + """ + Keycloak: Group ID for admin grant: confluencegroup + """, + private=True +)) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3