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

Check dependencies between reconcilers #22

Open mortenlj opened 2 years ago

mortenlj commented 2 years ago

Some reconcilers depend on other reconcilers. Namespace needs GCP projects, which needs Google workspaces.

Console should log error early if a reconciler is enabled without its dependencies.

christeredvartsen commented 2 years ago

Related to #21