forked from PelicanPlatform/pelican
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If key chaining is on, then we refuse to add super/subspaces that exist in topology. The reason is that, for now, there are no public keys associated with those namespaces, and without a public key, we have no way to verify the legitimacy of the incoming registration request. If token chaining is off, we still prevent re-registering in the registry any prefix already registered in topology -- but we don't prevent registration of super/subspaces.
- Loading branch information
1 parent
ea6dcb7
commit fe01754
Showing
3 changed files
with
122 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters