1

On my cloudcontrol app, I would like to restrict the access to the default deployment exclusively. That means I want to grant full access to all deployments, except for the default deployment. Is there a way to define access rights on deployment level?

Gottlieb Notschnabel
  • 9,408
  • 18
  • 74
  • 116

1 Answers1

1

Yes, simply invite the user to the deployment instead of the app like this:

$ cctrlapp APP_NAME/DEP_NAME user.add email@example.org

For details and also how to set the user's role please refer to the documentation here: https://www.cloudcontrol.com/dev-center/Platform%20Documentation#users

pst
  • 1,414
  • 11
  • 22