Manage clouds

See first: Cloud

Control user access to a cloud

To grant a (collection of) user(s) access to a cloud, add a can_addmodel or administrator permission between the user(s) and the cloud. For example:

For example:

# Make Alice cloud admin:
juju add-permission [email protected] administrator cloud-mycloud

# Let all users add models on the cloud:
juju add-permission user-everyone@external can_addmodel cloud-mycloud