Service that provides custom logic for:
- Prevent User Self-registration
- Prevent Creation of Additional Organizations by Organization Admins
- Prevent Deletion of the Organization by Organization Admins
- Prevent Creation of Kubernetes, Alibaba Cloud and Databricks datasources
- Handle the user invitation flow
You can use the env.example as a bases to setup your running environment and customize it according to your needs.
docker compose run --rm app_test
docker compose up app
To build the production image please use the prod.Dockefile dockerfile.
Important
Developers must take care of keep in sync dev.Dockerfile and prod.Dockerfile.