Skip to content

Commit

Permalink
Remove the collector from federation discovery
Browse files Browse the repository at this point in the history
We haven't used an HTCondor collector for some time now. Let's finish removing it.
  • Loading branch information
jhiemstrawisc committed Oct 13, 2023
1 parent 8a87a1f commit f776d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ type OSDFConfig struct {
type FederationDiscovery struct {
DirectorEndpoint string `json:"director_endpoint"`
NamespaceRegistrationEndpoint string `json:"namespace_registration_endpoint"`
CollectorEndpoint string `json:"collector_endpoint"`
JwksUri string `json:"jwks_uri"`
}

Expand Down

0 comments on commit f776d0c

Please sign in to comment.