FAQ | This is a LIVE service | Changelog

Skip to content

feat: add endpoint for data manager to create/update/delete accounts

Sebastiaan ten Pas requested to merge 27-data-manager-endpoints into main

Part of #27 (closed)

Description

This MR creates a new API endpoint that will be used by the account-data-manager to create/update/delete accounts. The idea is that we will run a new Cloud Run instance that's only allowing internal traffic, meaning that only that account-data-manager can access this. We only expose this newly created API endpoint if DATA_MANAGER_ENABLED is True.

Merge request reports

Loading