Skip to content

Commit

Permalink
Remove references to legacy, now defunct, EGI OIDC provider
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Dec 5, 2022
1 parent 6d97c6b commit 322ff68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions conf/aggregator.dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
scopes=_DEFAULT_EGI_SCOPES,
default_clients=[_DEFAULT_OIDC_CLIENT_EGI],
),
OidcProvider(
id="egi-legacy",
title="EGI Check-in (legacy)",
issuer="https://aai.egi.eu/oidc/", # TODO: remove old EGI provider refs (issuer https://aai.egi.eu/oidc/)
scopes=_DEFAULT_EGI_SCOPES,
default_clients=[_DEFAULT_OIDC_CLIENT_EGI],
),
OidcProvider(
id="egi-dev",
title="EGI Check-in (dev)",
Expand All @@ -60,7 +53,6 @@
},
auth_entitlement_check={"oidc_issuer_whitelist": {
"https://aai.egi.eu/auth/realms/egi/",
"https://aai.egi.eu/oidc", # TODO: remove old EGI provider refs (issuer https://aai.egi.eu/oidc/)
}},
configured_oidc_providers=configured_oidc_providers,
partitioned_job_tracking={
Expand Down
8 changes: 0 additions & 8 deletions conf/aggregator.prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
scopes=_DEFAULT_EGI_SCOPES,
default_clients=[_DEFAULT_OIDC_CLIENT_EGI],
),
OidcProvider(
id="egi-legacy",
title="EGI Check-in (legacy)",
issuer="https://aai.egi.eu/oidc/", # TODO: remove old EGI provider refs (issuer https://aai.egi.eu/oidc/)
scopes=_DEFAULT_EGI_SCOPES,
default_clients=[_DEFAULT_OIDC_CLIENT_EGI],
),
]

ZK_HOSTS = "epod-master1.vgt.vito.be:2181,epod-master2.vgt.vito.be:2181,epod-master3.vgt.vito.be:2181"
Expand All @@ -49,7 +42,6 @@
},
auth_entitlement_check={"oidc_issuer_whitelist": {
"https://aai.egi.eu/auth/realms/egi/",
"https://aai.egi.eu/oidc", # TODO: remove old EGI provider refs (issuer https://aai.egi.eu/oidc/)
}},
configured_oidc_providers=configured_oidc_providers,
partitioned_job_tracking={
Expand Down

0 comments on commit 322ff68

Please sign in to comment.