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

Update LIGO.yaml to add LIGO Caltech AP issuer to auth OSDF origins #3695

Merged
merged 1 commit into from
Mar 1, 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
22 changes: 20 additions & 2 deletions virtual-organizations/LIGO.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ DataFederations:
- SciTokens:
Issuer: https://test.cilogon.org/igwn
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
- SciTokens:
Issuer: https://osdf.igwn.org/cit
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
AllowedOrigins:
- CIT_LIGO_ORIGIN
- LIGO-StashCache-Origin
Expand Down Expand Up @@ -137,6 +140,9 @@ DataFederations:
- SciTokens:
Issuer: https://test.cilogon.org/igwn
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
- SciTokens:
Issuer: https://osdf.igwn.org/cit
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
AllowedOrigins:
- UCL-Virgo-StashCache-Origin
AllowedCaches: *ligo-allowed-caches
Expand All @@ -152,6 +158,9 @@ DataFederations:
- SciTokens:
Issuer: https://test.cilogon.org/igwn
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
- SciTokens:
Issuer: https://osdf.igwn.org/cit
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
AllowedOrigins:
- CIT_LIGO_ORIGIN_IFO
AllowedCaches: *ligo-allowed-caches
Expand All @@ -167,6 +176,9 @@ DataFederations:
- SciTokens:
Issuer: https://test.cilogon.org/igwn
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
- SciTokens:
Issuer: https://osdf.igwn.org/cit
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
AllowedOrigins:
- KAGRA_OSDF_ORIGIN
AllowedCaches: *ligo-allowed-caches
Expand All @@ -182,6 +194,9 @@ DataFederations:
- SciTokens:
Issuer: https://test.cilogon.org/igwn
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
- SciTokens:
Issuer: https://osdf.igwn.org/cit
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
AllowedOrigins:
- CIT_LIGO_ORIGIN_SHARED
AllowedCaches: *ligo-allowed-caches
Expand All @@ -197,6 +212,9 @@ DataFederations:
- SciTokens:
Issuer: https://test.cilogon.org/igwn
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
- SciTokens:
Issuer: https://osdf.igwn.org/cit
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
AllowedOrigins:
- CIT_LIGO_ORIGIN_STAGING
AllowedCaches: *ligo-allowed-caches
Expand All @@ -215,7 +233,7 @@ DataFederations:
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
- SciTokens:
Issuer: https://osdf.igwn.org/cit
Base Path: /igwn/test,/igwn/test-write
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
AllowedOrigins:
- CIT_LIGO_ORIGIN_TEST
AllowedCaches: *ligo-allowed-caches
Expand All @@ -233,7 +251,7 @@ DataFederations:
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
- SciTokens:
Issuer: https://osdf.igwn.org/cit
Base Path: /igwn/test,/igwn/test-write
Base Path: /user/ligo,/igwn,/igwn/cit,/igwn/test,/igwn/test-write
AllowedOrigins:
- CIT_LIGO_ORIGIN_TEST_WRITE
AllowedCaches: *ligo-allowed-caches
Expand Down
Loading