-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: DR for azure distrubution deprecation (#1612)
* docs: DR for azure distrubution deprecation * rephrase * pr remark * dependencies
- Loading branch information
Showing
2 changed files
with
53 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
docs/development/decision-records/2024-10-07-azure-distribution/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Refactor of the Release Workflow | ||
|
||
## Decision | ||
|
||
We will stop providing all variants of the official Tractus-X EDC distributions that come pre-packaged with Azure Vault as HSM. | ||
|
||
## Rationale | ||
|
||
Different reasons are pushing toward this decision: | ||
- Tractus-X Connector is the reference implementation for Catena-X: this project is not meant to satisfy different needs | ||
but to show how an EDC Connector distribution for Catena-X can be assembled. Our focus should point toward maintaining | ||
a single distribution. | ||
- Tractus-X is an open source software, and we should focus on a distribution that involves OSS services. | ||
- For the past year there were no resources to stand up an integration test environment, i.e. an actual Azure Vault instance | ||
- There is no reason for favoritism toward Azure Vault over other services like AWS SecretsManager or similar | ||
|
||
## Approach | ||
|
||
We will deprecate, 0.8.0: | ||
- `tractusx-connector-azure-vault` helm chart | ||
- `edc-controlplane-postgresql-azure-vault` docker image | ||
- `edc-dataplane-postgresql-azure-vault` docker image | ||
|
||
We will stop publishing them from version 0.9.0 on. |