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

How to use Github connector with special char team names? #162

Open
jthorupp opened this issue Feb 6, 2024 · 0 comments
Open

How to use Github connector with special char team names? #162

jthorupp opened this issue Feb 6, 2024 · 0 comments

Comments

@jthorupp
Copy link

jthorupp commented Feb 6, 2024

Hello!
I'm new to this and just faced an issue with usage of & in a team display name in github.
According to the github connector docs the orgs config should look like something this:

orgs:
- name: organisation-name
  teams:
      - red
      - blue

Let's say that a re-organisation happens in the enterprise and we need to merge Red and Blue teams. A new github team is created called Red & Blue. All the codeowner files and similar are updated to path/to/code/** @organisation-name/red-blue and everything validates in PRs etc., but in the dex config it can't resolve the group name using the following config:

orgs:
- name: organisation-name
  teams:
      - red-blue

What's the correct config for these situations?

Thanks!

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

No branches or pull requests

1 participant