remove model credential when credential is removed
Bug #1841885 reported by
Anastasia
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Anastasia | ||
2.6 |
Fix Released
|
High
|
Anastasia |
Bug Description
While considering bug # 1841880, it has become obvious that, on JAAS, the superpower of forcing the deletion of the credential that may still being use by some models, can back-fire.
Namely, the models will still reference a credential but a credential will no longer be stored on the controller. We should clean these references.
The result will still be the same for the models - they will still become suspended as now. However, it will help keep investigation less confusing.
Changed in juju: | |
importance: | Undecided → High |
importance: | High → Medium |
tags: | added: usability |
Changed in juju: | |
milestone: | 2.6.9 → 2.7-beta1 |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
PR against 2.6: https:/ /github. com/juju/ juju/pull/ 10586