-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ATLANTIS_GITLAB_GROUP_ALLOWLIST with does not have permissions to execute #5314
Comments
Hi @dshershov! I'm here to help you with your Atlantis GitLab group allowlist issue. Let's take a look at what's going on and see if we can get it sorted out. To resolve the issue with the For example, if your export ATLANTIS_GITLAB_GROUP_ALLOWLIST="root/DevOps:plan" Replace To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu isn't working for me |
Ensure that the group path you are using in Additionally, verify that the user attempting to execute the command is indeed a member of the specified group in GitLab. If the group path and membership are correct, double-check for any typos or extra spaces in the environment variable configuration. If the issue persists, consider enabling verbose logging in Atlantis to gather more detailed information about the authorization process. This might provide further insights into why the permission check is failing. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@dosu DevOps is a top-level group |
Hey @dshershov! I see you're mentioning that DevOps is a top-level group. While I'd love to dive deeper into this, I'm a bot designed to help with technical questions, bug-solving, and engineering knowledge. If you think I should have more info on this, feel free to reach out to the Dosu Team. They'll be happy to assist you further! To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
also I tried to enable debug mode for logging and:
|
Hi, team!
Thanks for your product!
I have some troubles with gitlab_group_allowlist
Maybe I'm not passing the group correctly?
Overview of the Issue
I try to use ATLANTIS_GITLAB_GROUP_ALLOWLIST parameter from here https://www.runatlantis.io/docs/server-configuration#gitlab-group-allowlist
When I check example with:
ATLANTIS_GITLAB_GROUP_ALLOWLIST="myorg/mygroup:plan, myorg/secteam:apply, myorg/devops:apply, myorg/devops:import"
I'm confusing because in gitlab doesn't have concept with ORGANISATION
Reproduction Steps
When I try to add my env var with:
and try to use that - I get an error message
with
Logs
Environment details
Thanks
The text was updated successfully, but these errors were encountered: