secret-ids hook command does not show the unit owned secrets for operator apps
Bug #2015335 reported by
Yang Kelvin Liu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
High
|
Unassigned |
Bug Description
juju show-secret --reveal cgmkgcmffbas7an
cgmkgcmffbas7an
revision: 1
owner: mariadb-k8s
label: mariadb1
created: 2023-04-
updated: 2023-04-
content:
mariadb: mariadb1
juju show-secret --reveal cgmkgimffbas7an
cgmkgimffbas7an
revision: 1
owner: mariadb-k8s/0
label: mariadb2
created: 2023-04-
updated: 2023-04-
content:
mariadb: mariadb2
juju exec --unit mariadb-k8s/0 'secret-ids'
cgmkgcmffbas7an
Changed in juju: | |
milestone: | 3.1.1 → 3.1.2 |
Changed in juju: | |
milestone: | 3.1.2 → 3.1.3 |
Changed in juju: | |
milestone: | 3.1.3 → 3.1.4 |
Changed in juju: | |
milestone: | 3.1.4 → 3.1.5 |
Changed in juju: | |
milestone: | 3.1.5 → 3.1.6 |
Changed in juju: | |
milestone: | 3.1.6 → 3.1.7 |
To post a comment you must log in.
This is because the facade method GetSecretMetadata does not handle operator agent properly: /github. com/juju/ juju/blob/ 3.1/apiserver/ facades/ agent/secretsma nager/secrets. go#L342
https:/