Manage offers¶
See also: Offer
Control user access to an offer¶
To grant a (collection of) user(s) access to an application offer, add a reader
, consumer
, or administrator
permission between the user(s) and the offer. For example:
For example:
# Let Alice consume offer myoffer:
juju add-permission [email protected] consumer applicationoffer-mycontroller/mymodel.myoffer
See more: Manage permissions