Skip to content

Commit

Permalink
Merge pull request #3966 from matyasselmeci/pr/no-well-known
Browse files Browse the repository at this point in the history
Unregister the UChicago .well-known directories
  • Loading branch information
matyasselmeci committed Jun 12, 2024
2 parents d668dd8 + cce4cd2 commit ce75d93
Showing 1 changed file with 28 additions and 24 deletions.
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

0 comments on commit ce75d93

Please sign in to comment.