canonical / s3-integrator

An integrator charm for handling s3 credentials
https://charmhub.io/s3-integrator
Apache License 2.0
1 stars 1 forks source link

[DPE-4212] Extend s3-integrator to watch for new applications #33

Open phvalguima opened 5 months ago

phvalguima commented 5 months ago

S3-integrator is a configuration proxy, it should repeat the same configuration details to every new app coming into the relation.

This PR fixes the behavior where multiple apps are connecting to the s3-integrator at distinct times of its lifecycle.

Close #32