|
2 | 2 |
|
3 | 3 | 30.11.2022
|
4 | 4 |
|
5 |
| -# 1. Product EDC |
| 5 | +## 0. Summary |
6 | 6 |
|
7 |
| -## 1.1 Business Partner Extension |
| 7 | +1. Container Images |
| 8 | + - New Image: HashiCorp Vault & In Memory Store |
| 9 | +2. Extensions |
| 10 | + - Business Partner Extension |
| 11 | + - HashiCorp Vault Extension |
| 12 | + - OAuth2 Extension |
| 13 | +3. Bug Fixes |
| 14 | + - S3 Data Transfer |
| 15 | + |
| 16 | +# 1. Container Images |
| 17 | + |
| 18 | +## 1.1 New Image: HashiCorp Vault & In Memory Store |
| 19 | + |
| 20 | +The EDC now releases a fourth image with a combination of HashiCorp Vault and In Memory Store extensions. |
| 21 | + |
| 22 | +# 2. Extensions |
| 23 | + |
| 24 | +## 2.1 Business Partner Extension |
8 | 25 |
|
9 | 26 | **Removed support for Constraint with multiple BPNs**
|
10 | 27 | The possibility to use multiple Business Partner Numbers inside of a single constraint has been removed. It looks like
|
@@ -48,10 +65,27 @@ Hence, this kind of policy is no longer supported!
|
48 | 65 |
|
49 | 66 | The BPN extension will now always decline BPN policies with 'IN' operators, when asked by the EDC to enforce it.
|
50 | 67 |
|
51 |
| -## 1.2 OAuth2 Extension |
| 68 | +## 2.2 HashiCorp Vault Extension |
| 69 | + |
| 70 | +It is now possible to arrange HashiCorp Vault secrets in sub-directories. |
| 71 | + |
| 72 | +For example by storing the DAPS secrets in their own `/daps` directory: |
| 73 | + |
| 74 | +``` |
| 75 | +EDC_OAUTH_PRIVATE_KEY_ALIAS: daps/my-plato-daps-key |
| 76 | +EDC_OAUTH_PUBLIC_KEY_ALIAS: daps/my-plato-daps-crt |
| 77 | +``` |
| 78 | + |
| 79 | +## 2.3 OAuth2 Extension |
| 80 | + |
| 81 | +The EDC Oauth2 Extension has now the possibility to add the audience to the claim. As the official OAuth2 Extension was |
| 82 | +added to the control plane again most of the functionality of the CX Oauth2 Extension was removed. |
| 83 | + |
| 84 | +> **Breaking Change** The official OAuth2 Extension uses different settings then the EDC OAuth Extension. Please |
| 85 | +> consolidate the [Migration Documentation](../migration/Version_0.1.2_0.1.3.md). |
| 86 | +
|
| 87 | +# 3. Bug Fixes |
52 | 88 |
|
53 |
| -**Add official EDC OAuth2 Extension** |
54 |
| -The EDC Oauth2 Extension has now the possibility to add the audience to the claim. So this extension is now again part |
55 |
| -of the Control plane and most of the functionality of the CX Oauth2 Extension was removed. |
| 89 | +## 3.1 S3 Data Transfer |
56 | 90 |
|
57 |
| -TODO Write about config change |
| 91 | +Version 0.1.2 had some issues with the S3 data transfer. This version fixes them. |
0 commit comments