help text for juju add-user needs improving
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Reed O'Brien |
Bug Description
e.g.:
Usage: juju add-user [options] <user name> [<display name>]
Summary:
Adds a Juju user to a controller.
Options:
--acl (= "read")
Access controls
-c, --controller (= "")
Controller to operate in
--models (= "")
Models the new user is granted access to (space separated)
Details:
This allows the user to register with the controller and use the optionally shared model.
A `juju register` command will be printed, which must be executed by the user to complete the registration process.
The user's details are stored within the shared model, and will be removed when the model is destroyed.
Some machine providers will require the user to be in possession of certain credentials in order to create a model.
Note that the default permission for model access is read-only.
Examples:
juju add-user bob
juju add-user --models mymodel1 mymodel2 jim
juju add-user --controller mycontroller sam
juju add-user --models mymodel --acl write tom
See also: register
grant
show-user
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → Low |
milestone: | none → 2.0-beta3 |
description: | updated |
description: | updated |
description: | updated |
Changed in juju-core: | |
importance: | Low → Medium |
description: | updated |
description: | updated |
description: | updated |
Changed in juju-core: | |
status: | Triaged → Fix Committed |
assignee: | nobody → Reed O'Brien (reedobrien) |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-beta3 → none |
milestone: | none → 2.0-beta3 |
Note that I removed [--share <model name>] from the current/old Usage section.