HTTPRequest Lego provider
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 35 | 04 Dec 2024 |
juju deploy httprequest-lego-provider --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
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:
result: |
Created or updated "example" with password "**REDACTED**"
If the action is rerun, a new password will be generated.