skupperproject / skupper-router

An application-layer router for Skupper networks
https://skupper.io
Apache License 2.0
14 stars 18 forks source link

Add management update support for sslProfile configuration #1599

Open kgiusti opened 4 weeks ago

kgiusti commented 4 weeks ago

A user should be allowed to update an existing sslProfile configuration and have the new configuration take effect.

Example: a user wants to update the self-identifying certificate files for a particular sslProfile.

The update should apply to new connections established by listeners/connectors using that sslProfile.

kgiusti commented 4 weeks ago

This task is a dependency of the issue #1572 - the update operation must not block I/O threads.