-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from FraunhoferIOSB/feature/dockerhub
[Feature] add docker hub deployment
- Loading branch information
Showing
4 changed files
with
51 additions
and
8 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
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
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,21 @@ | ||
# Data-plane for AAS | ||
|
||
Out-of-the-box, the EDC data-plane supports HTTPS calls for the AAS API, but some use-cases (processing AAS data / calling operations) require setting up endpoint services or configuration of the transfer-requests. For consumers, this is not an easy task and hinders the cross-company usage of AAS. | ||
Additionally, many AAS services use self-signed company certificates, which are not supported by the EDC data-plane. | ||
|
||
This custom data-plane adds a configuration option to accept self-signed company certificates, enabling data sharing for those AAS services. | ||
|
||
Default values: | ||
|
||
`edc.dataplane.aas.acceptAllSelfSignedCertificates=False` | ||
|
||
`edc.dataplane.aas.acceptOwnSelfSignedCertificates=True` | ||
## Roadmap | ||
|
||
Features in development: | ||
|
||
- Support AAS operations | ||
- Use external AAS properties as input variables in AAS operation | ||
- Store external AAS submodel-properties in own AAS submodel-properties | ||
- AAS Events | ||
|
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