From a73796eadc17f3edf22e18513653fda0c4a7e55c Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Fri, 13 Oct 2023 12:20:05 -0500 Subject: [PATCH] Update OSDF auto-discovery metadata This points OSDF to the new osg-htc.org domains for the director and registry, and gets rid of the collector endpoint (which we haven't used in a long time). --- .well-known/pelican-configuration | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.well-known/pelican-configuration b/.well-known/pelican-configuration index e3f91cbb0..4ba862955 100644 --- a/.well-known/pelican-configuration +++ b/.well-known/pelican-configuration @@ -1,6 +1,5 @@ { - "director_endpoint": "https://director-caches.osgdev.chtc.io", - "namespace_registration_endpoint": "https://registry.osgdev.chtc.io", - "jwks_uri": "https://osg-htc.org/osdf/public_signing_key.jwks", - "collector_endpoint": "condor://osdf-collector.osg-htc.org" + "director_endpoint": "https://director-caches.osg-htc.org", + "namespace_registration_endpoint": "https://registry.osg-htc.org", + "jwks_uri": "https://osg-htc.org/osdf/public_signing_key.jwks" }