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

Policy checks as a sets for different owners #1800

Closed
raeder1986 opened this issue Sep 8, 2021 · 1 comment · Fixed by #3086
Closed

Policy checks as a sets for different owners #1800

raeder1986 opened this issue Sep 8, 2021 · 1 comment · Fixed by #3086
Labels
feature New functionality/enhancement

Comments

@raeder1986
Copy link

raeder1986 commented Sep 8, 2021

Good day! Can I define for atlantis several sets of policies for several owners, smt like that?

policies:
  owners:
    users:
      - owner-1
  policy_sets:
    - name: create-resources
      path: /atlantis-data/policies/create-resources.rego
      source: local
  owners:
    users:
      - owner-2
  policy_sets:
    - name: delete-resources
      path: /atlantis-data/policies/delete-resources.rego
      source: local
    - name: update-resources
      path: /atlantis-data/policies/update-resources.rego
      source: local
@msarvar
Copy link
Contributor

msarvar commented Sep 9, 2021

@raeder1986 That is not supported by current implementation of the policy checking. We have plans on adding this in the future, but timeline is uncertain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality/enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants