generated from canonical/is-charms-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91abce4
commit 04748ba
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# How to manage users | ||
|
||
Users will be leveraged to determine if a request is authorised to manage a specific domain. To add a new user simply run | ||
`juju run --wait=5s httprequest-lego-provider/0 create-user username=example-user`. The action will generate and output a password. | ||
`juju run --wait=5s httprequest-lego-provider/0 create-user username=example-user`. The action will generate and output a password: | ||
```bash | ||
result: | | ||
Created or updated "example" with password "**REDACTED**" | ||
``` | ||
|
||
If the action is rerun, a new password will be generated. |