nais / teams-backend

NAIS teams is a API server for team creation and propagation to external systems.
MIT License
3 stars 0 forks source link

feat(dependencytrack): move dptrack to a central management instance #152

Closed ybelMekk closed 10 months ago

ybelMekk commented 10 months ago

We are currently investigating the possibility of relocating Dependency track instance from each cluster to a centralized instance within the management cluster.

This centralized instance will aggregate all attestation and vulnerability data from all clusters associated with a specific "tenant."

This approach will allow the console to access information from a single location, eliminating the need to query multiple clusters.

Things that need to be in place before this:

ybelMekk commented 10 months ago

@christeredvartsen, det er en feil med make check. Den rapporterer sårbarheter i Go-versjonen. Bør jeg oppdatere noe?

Før denne kan merges, må vi sannsynligvis rydde opp i databasen, da oppsettet for reconciler vil være litt annerledes enn tidligere.