You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to start a data-plane is always mandatory to provide private and public key configuration through settings: edc.transfer.proxy.token.signer.privatekey.alias edc.transfer.proxy.token.verifier.publickey.alias
but they are only needed if the data-plane provides PULL transfer mechanism
Expected Behavior
to not require them in case of no PULL transfer mechanism is registered
Observed Behavior
exception at startup
Steps to Reproduce
build a barebone data-plane runtime and run it
Context Information
EDC 0.8.1
Detailed Description
If applicable, add screenshots and logs to help explain your problem.
Possible Implementation
You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts.
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the Bug
Currently to start a data-plane is always mandatory to provide private and public key configuration through settings:
edc.transfer.proxy.token.signer.privatekey.alias
edc.transfer.proxy.token.verifier.publickey.alias
but they are only needed if the data-plane provides
PULL
transfer mechanismExpected Behavior
to not require them in case of no
PULL
transfer mechanism is registeredObserved Behavior
exception at startup
Steps to Reproduce
build a barebone data-plane runtime and run it
Context Information
EDC 0.8.1
Detailed Description
If applicable, add screenshots and logs to help explain your problem.
Possible Implementation
You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts.
The text was updated successfully, but these errors were encountered: