canonical / mysql-router-k8s-operator

Mysql router operator charm for kubernetes
https://charmhub.io/mysql-router-k8s
Apache License 2.0
2 stars 7 forks source link

Add databag wrappers for `data_interfaces` relations #64

Closed carlcsaposs-canonical closed 8 months ago

carlcsaposs-canonical commented 1 year ago

Please don't work with databag directly. only via charms.data_platform_libs.v0.data_interfaces lib. It will allow us to refactor data_interfaces lib in the future (e.g. use secrets). Please add functionality into data_interfaces if needed (e.g. hostname and version into DatabaseRequires init).

_Originally posted by @delgod in https://github.com/canonical/mysql-router-k8s-operator/pull/51#discussion_r1190990133_

github-actions[bot] commented 1 year ago

https://warthogs.atlassian.net/browse/DPE-1946

carlcsaposs-canonical commented 8 months ago

Fixed by #152