You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In large organizations it's complicated to use Atlantis when you may grant a user access to a repository, but don't want him to be able to run Atlantis commands.
I think we could add a --user-whitelist flag that could be used like --user-whitelist remilapeyre,user2,foobar and make Atlantis check that the pull request or the comment have been made by one of those users, and discard the action if not.
What do you think?
The text was updated successfully, but these errors were encountered:
In large organizations it's complicated to use Atlantis when you may grant a user access to a repository, but don't want him to be able to run Atlantis commands.
I think we could add a
--user-whitelist
flag that could be used like--user-whitelist remilapeyre,user2,foobar
and make Atlantis check that the pull request or the comment have been made by one of those users, and discard the action if not.What do you think?
The text was updated successfully, but these errors were encountered: