It would be really useful if we could give users the ability to view the deploy plan overview screen and start deployments without giving access to administer plans and endpoints.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rattusrattus’s picture

Patch to define to new permissions:

- Administer deploy plans
- Administer deployments

Which are uses within deploy_ui to control access.

vinothg’s picture

My use case is slightly different, I wanted to give the editors access to use the deployment module to deploy content, but restrict them to update anything in the deployment plan or the endpoint.

I have attached my patch if anyone wants to use it.

skwashd’s picture

Version: 7.x-2.0-alpha2 » 7.x-2.x-dev
Status: Active » Needs work

Thanks to both of you for your patches. I think both of these are valid use cases. I am marking this as needs work so we can implement fine grained permissions that allow both use cases to be supported.