You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, we should implement "openid-configuration"-style auto-discovery: revisit the code around here to reimplement .well-known-based lookup while keeping backward compatibility -- the current URL can still serve up the public keys.
The text was updated successfully, but these errors were encountered:
Currently, when the director wants to download the public keys for an origin, it queries the namespace issuer directly. See: https://github.com/PelicanPlatform/pelican/blob/main/director/origin_api.go#L139-L150
Instead, we should implement "openid-configuration"-style auto-discovery: revisit the code around here to reimplement
.well-known
-based lookup while keeping backward compatibility -- the current URL can still serve up the public keys.The text was updated successfully, but these errors were encountered: