Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unregister the UChicago .well-known directories #3966

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 28 additions & 24 deletions virtual-organizations/OSG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,32 +210,36 @@ DataFederations:
Issuer: https://ospool-ap2140.chtc.wisc.edu:8443
MaxScopeDepth: 4

# SciTokens issuer for ap20
- Path: /ospool/ap20/.well-known
Authorizations:
- PUBLIC
AllowedOrigins:
- UChicago_OSGConnect_ap20
# Do not cache this: direct access only
AllowedCaches: []
### These scitokens issuers are intentionally unregistered: the xrootd
### service serving them does not pull config from Topology, and the
### data is not meant to be cached.

# SciTokens issuer for ap21
- Path: /ospool/ap21/.well-known
Authorizations:
- PUBLIC
AllowedOrigins:
- UChicago_OSGConnect_ap21
# Do not cache this: direct access only
AllowedCaches: []
# # SciTokens issuer for ap20
# - Path: /ospool/ap20/.well-known
# Authorizations:
# - PUBLIC
# AllowedOrigins:
# - UChicago_OSGConnect_ap20
# # Do not cache this: direct access only
# AllowedCaches: []

# SciTokens issuer for ap22
- Path: /ospool/ap22/.well-known
Authorizations:
- PUBLIC
AllowedOrigins:
- UChicago_OSGConnect_ap22
# Do not cache this: direct access only
AllowedCaches: []
# # SciTokens issuer for ap21
# - Path: /ospool/ap21/.well-known
# Authorizations:
# - PUBLIC
# AllowedOrigins:
# - UChicago_OSGConnect_ap21
# # Do not cache this: direct access only
# AllowedCaches: []

# # SciTokens issuer for ap22
# - Path: /ospool/ap22/.well-known
# Authorizations:
# - PUBLIC
# AllowedOrigins:
# - UChicago_OSGConnect_ap22
# # Do not cache this: direct access only
# AllowedCaches: []

- Path: /ospool/uc-shared/project
Authorizations:
Expand Down
Loading