International-Data-Spaces-Association / metadata-broker-open-core

This is the repository of the open-core reference implementation of the IDS Metadata Broker.
Apache License 2.0
10 stars 17 forks source link

Make certificate path configurable from outside #61

Closed sebplorenz closed 2 years ago

sebplorenz commented 2 years ago

As an operator I want to add my certificate as a volume into to the broker container to easily update the certificate/to use different certificates for different data spaces or with different DAPS insances.

SebastianOpriel commented 2 years ago

+1 I would highly appreciate such a feature! Also it would be greate to make all used URLs (e.g. DAPS) configurable

NehaThawani44 commented 2 years ago

This feature has already been created and has been working on our instances, hence we will provide an updated image this week.

NehaThawani44 commented 2 years ago

@sebplorenz We have provided you the image version. @SebastianOpriel All the image versions from 4.2.8 and so on have the new change.

sebplorenz commented 2 years ago

Hi, @NehaThawani44 can you please point me to the documentation about how to setup the certificate path for version >= 4.2.8.

NehaThawani44 commented 2 years ago

@sebplorenz You already know its configured already in your docker-compose.yml opt/docker:/etc/cert path is where all the certificate files are available.

sebplorenz commented 2 years ago

This directory is empty in the MDS configuration. What files should be in there? What should be the names of the files and the file formats?

NehaThawani44 commented 2 years ago

Then as mentioned you need to put all the certificates there. .jks/.p12 which you shared with me once.