Skip to content

fix: do not merge permissions objects, merge rulesets#23214

Open
asuffield wants to merge 1 commit intoanomalyco:devfrom
asuffield:fix-permissions
Open

fix: do not merge permissions objects, merge rulesets#23214
asuffield wants to merge 1 commit intoanomalyco:devfrom
asuffield:fix-permissions

Conversation

@asuffield
Copy link
Copy Markdown

Issue for this PR

Closes #16157

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

merging permissions objects will discard ordering. instead, preserve permissions objects as layers, convert them individually to rulesets, and merge the rulesets

How did you verify your code works?

added tests to cover the interesting scenarios, which now pass and did not before

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

…erve permissions objects as layers, convert them individually to rulesets, and merge the rulesets (anomalyco#16157)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How are permissions applied in order?

1 participant