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

First attempt at registering new AP40 Pelican origin (INF-1796) #3784

Merged
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions topology/University of Wisconsin/CHTC/CHTC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,15 +526,25 @@ Resources:
- ap2007.chtc.wisc.edu
- ospool-ap2040.chtc.wisc.edu
- ap40.chtc.wisc.edu
- ospool-2140.chtc.wisc.edu
DN: /CN=ospool-ap2140.chtc.wisc.edu
Services:
Submit Node:
Description: OS Pool access point
Details:
hidden: false
XRootD origin server:
Description: OSDF Pelican origin
Details:
hidden: false
matyasselmeci marked this conversation as resolved.
Show resolved Hide resolved
endpoint_override: ospool-ap2140.chtc.wisc.edu:8443
auth_endpoint_override: ospool-ap2140.chtc.wisc.edu:8443
Tags:
- OSPool
VOOwnership:
OSG: 100
AllowedVOs:
- OSG

CHTC-ospool-eht:
Active: true
Expand Down
17 changes: 17 additions & 0 deletions virtual-organizations/OSG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,23 @@ DataFederations:
Issuer: https://osg-htc.org/ospool
MaxScopeDepth: 4

- Path: /ospool/ap40/data
Authorizations:
- SciTokens:
Issuer: https://ospool-ap2140.chtc.wisc.edu:8443
Base Path: /ospool/ap40
Map Subject: True
AllowedOrigins:
- CHTC-ap40
AllowedCaches:
- ANY
Writeback: https://ospool-ap2140.chtc.wisc.edu:8443
DirList: https://ospool-ap2140.chtc.wisc.edu:8443
CredentialGeneration:
Strategy: OAuth2
Issuer: https://ospool-ap2140.chtc.wisc.edu:8443
MaxScopeDepth: 4

# SciTokens issuer for ap20
- Path: /ospool/ap20/.well-known
Authorizations:
Expand Down
Loading