(plugin) add CommuneCreation plugin

Introduces some machinery for testing and executing API orchestrations.
Rolls back some changes in NameFromSiret plugin.
This commit is contained in:
Laurent Bossavit
2025-01-21 11:32:08 +01:00
committed by Laurent Bossavit
parent 1be30496be
commit 34c9dc6cd7
4 changed files with 220 additions and 37 deletions

View File

@@ -465,6 +465,21 @@ class Base(Configuration):
environ_name="MAIL_PROVISIONING_API_CREDENTIALS",
environ_prefix=None,
)
DNS_PROVISIONING_API_URL = values.Value(
default="https://api.scaleway.com",
environ_name="DNS_PROVISIONING_API_URL",
environ_prefix=None,
)
DNS_PROVISIONING_RESOURCE_ID = values.Value(
default=None,
environ_name="DNS_PROVISIONING_RESOURCE_ID",
environ_prefix=None,
)
DNS_PROVISIONING_API_CREDENTIALS = values.Value(
default=None,
environ_name="DNS_PROVISIONING_API_CREDENTIALS",
environ_prefix=None,
)
# Organizations
ORGANIZATION_REGISTRATION_ID_VALIDATORS = json.loads(