Skip to content

Commit b1a27d0

Browse files
authored
fix: revert RT migration to keycloak
1 parent 90c3846 commit b1a27d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

apps/keycloak.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ def oidc_client(
3232

3333

3434
clients = [
35-
oidc_client(
36-
"rt",
37-
name="rt",
38-
description="Request Ticket tracker",
39-
home_url="https://rt.ocf.berkeley.edu",
40-
redirect_uris=["https://rt.ocf.berkeley.edu/oauth2callback"]
41-
),
4235
oidc_client(
4336
"argocd",
4437
name="ArgoCD",

0 commit comments

Comments
 (0)