Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend/remote: use the can-queue-apply permission #20460

Merged
merged 2 commits into from
Feb 25, 2019

Commits on Feb 25, 2019

  1. gomod: update go-tfe

    Sander van Harmelen committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    d5c6ebf View commit details
    Browse the repository at this point in the history
  2. backend/remote: use the can-queue-apply permission

    Previously we checked can-update in order to determine if a user had the
    required permissions to apply a run, but that wasn't sufficient. So we
    added a new permission, can-queue-apply, that we now use instead.
    Sander van Harmelen committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    5896102 View commit details
    Browse the repository at this point in the history