How can I manage multiple administrators with juju?
- by Jorge Castro
I manage some deployments with juju. However I am not an island, I have coworkers who also want to manage shared environments.
I know I can use the following stanza in ~/.juju/environments.yaml to give people access to my juju environment:
authorized-keys: [and then put their ssh IDs in here]
What other best practices are available to manage multiple environments with multiple system administrators?