Skip to content

Commit

Permalink
Merge pull request #157 from sagikazarmark/155-approve-access-control…
Browse files Browse the repository at this point in the history
…-docs

Add note about pull request approval and access control
  • Loading branch information
lkysow authored Jun 26, 2018
2 parents cd9ce0e + 2d550d4 commit 5fafcec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ Once a plan is discarded, you'll need to run `plan` again prior to running `appl
If you'd like to require pull/merge requests to be approved prior to a user running `atlantis apply` simply run Atlantis with the `--require-approval` flag.
By default, no approval is required.

Please note that this option is not intended for access control purposes: anyone with even read access to a repository can approve a pull request.

For more information on GitHub pull request reviews and approvals see: https://help.github.com/articles/about-pull-request-reviews/

For more information on GitLab merge request reviews and approvals (only supported on GitLab Enterprise) see: https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html.
Expand Down

0 comments on commit 5fafcec

Please sign in to comment.