canonical / canonical/data-platform-libs
DataPeer(Unit) `generate_secret_label()` should be a public interface function
Open
bug
- Dominant language
- Python
- Stars
- 13
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
(Peer) Secret label has to be reproducible within charms.
Typically in case `secret-changed` event may need to take action depending on which secret (that the charm is observing) was the one that changed. See MongoDB `on_secret_changed()`.
NOTE: We may want to consider the same for `DatabaseProvides`, `DatabaseRequires`!
Contributor guide
Assessment
This issue has not been assessed yet.