secret-changed event missing from juju debug-hooks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Ian Booth |
Bug Description
secrets related events (such as secret-changed, secret-removed, etc.) are missing from traceable hooks for `juju debug-hook[s]`.
Below are the available hooks for a charm using Juju 3.1, and has well-defined secrets-related hooks (like for secret-changed).
ubuntu@
ERROR unit "opensearch/0" contains neither hook nor action "secret-changed", valid actions are [get-password set-password set-tls-
Even though the hook is indicated (when happening) in `juju debug-logs` (when accessed via `juju debug-code`, NOT `juju debug-hooks`):
unit-opensearch-0: 17:08:35 INFO juju.worker.
Would it be possible to extend juju debug-hooks` to secrets-related events, to facilitate related development? Thx very-very much :-)
Changed in juju: | |
milestone: | none → 3.1.6 |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Ian Booth (wallyworld) |
Changed in juju: | |
status: | Triaged → In Progress |
Changed in juju: | |
status: | Fix Committed → Fix Released |
https:/ /github. com/juju/ juju/pull/ 16034