ipdxco/github-as-code

Verify that entries are not duplicated

galargh opened this issue · 0 comments

Right now, a config like this will be accepted without raising an error:

members:
  admin:
    - galargh
  member:
    - galargh

The resulting application would give galargh only member permission in the org because that group was defined last.

We should disallow same entries being present in multiple groups.