Comment 22 for bug 1735402

Revision history for this message
Anastasia (anastasia-macmood) wrote :

Part 3 (update):

'show-credential(s)' command is currently being proposed [1]. It allows the owner of the credential to inspect its content and discover what models use it. If the credential name and cloud is not specified, the command will show all controller-stored credentials for the logged on user. It has been decided that secrets can be shown here as well, if asked, since the asking user is the credential owner that gave Juju these details in the first place.

[1]

* [Proposed] 'show-credential(s)', CLI command and api layer: https://github.com/juju/juju/pull/8429;

* [Landed in develop] list user credential(s) and its usage, apiserver layer: https://github.com/juju/juju/pull/8422;

* [Landed in develop] credential(s) models and credential owner model access, state call: https://github.com/juju/juju/pull/8418;

* [Landed in develop] list user credential(s) content, state call: https://github.com/juju/juju/pull/8399.