Skip to content

Commit

Permalink
[DPE-5019] Fix get-password action description (canonical#605)
Browse files Browse the repository at this point in the history
* Fix get-password action description

Signed-off-by: Marcelo Henrique Neppel <[email protected]>

* Update actions.yaml

Co-authored-by: Dragomir Penev <[email protected]>

---------

Signed-off-by: Marcelo Henrique Neppel <[email protected]>
Co-authored-by: Dragomir Penev <[email protected]>
  • Loading branch information
marceloneppel and dragomirp authored Aug 5, 2024
1 parent 0dae99b commit 883307a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ create-replication:
get-primary:
description: Get the unit with is the primary/leader in the replication.
get-password:
description: Change the system user's password, which is used by charm.
It is for internal charm users and SHOULD NOT be used by applications.
description: Get a charm system user's password.
Useful for manual troubleshooting and for backing up cluster credentials.
It cannot be used for application integration relations.
params:
username:
type: string
Expand Down

0 comments on commit 883307a

Please sign in to comment.