Skip to content

Commit

Permalink
chore: BED-4688 - clean up an old unusued configuration element (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinic authored Aug 9, 2024
1 parent 94dbda6 commit 1c3bcd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/api/src/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ type SAMLConfiguration struct {
ServiceProviderCertificateCAChain string `json:"sp_ca_chain"`
}

type SpecterAuthConfiguration struct {
InstanceUUID string `json:"instance_uuid"`
Token string `json:"token"`
}

type DefaultAdminConfiguration struct {
PrincipalName string `json:"principal_name"`
Password string `json:"password"`
Expand All @@ -156,7 +151,6 @@ type Configuration struct {
Neo4J DatabaseConfiguration `json:"neo4j"`
Crypto CryptoConfiguration `json:"crypto"`
SAML SAMLConfiguration `json:"saml"`
SpecterAuth SpecterAuthConfiguration `json:"specter_auth"`
DefaultAdmin DefaultAdminConfiguration `json:"default_admin"`
CollectorsBasePath string `json:"collectors_base_path"`
DatapipeInterval int `json:"datapipe_interval"`
Expand Down

0 comments on commit 1c3bcd8

Please sign in to comment.