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

[ENHANCEMENT]: add more settings to configmap/values #346

Open
1 task done
c0rydoras opened this issue Apr 8, 2024 · 0 comments
Open
1 task done

[ENHANCEMENT]: add more settings to configmap/values #346

c0rydoras opened this issue Apr 8, 2024 · 0 comments
Assignees
Labels
enhancement This issue or pull request discusses non feature changes

Comments

@c0rydoras
Copy link
Collaborator

Your proposed enhancement

allow configuring more things e.g. the different OIDC claims

OIDC_CLAIMS = {
    "EMAIL": env.str("OIDC_EMAIL_CLAIM", default="email"),
    "ID": env.str("OIDC_ID_CLAIM", default="sub"),
    "FIRST_NAME": env.str("OIDC_FIRSTNAME_CLAIM", default="given_name"),
    "LAST_NAME": env.str("OIDC_LASTNAME_CLAIM", default="family_name"),
    "USERNAME": env.str("OIDC_USERNAME_CLAIM", default="preferred_username"),
    "GROUPS": env.str("OIDC_GROUPS_CLAIM", default="outdated_groups"),
}

Enhancement Impact

more configurable

Additional context

No response

Required

  • I have checked past issues to ensure that this isn't a duplicate.
@c0rydoras c0rydoras added the enhancement This issue or pull request discusses non feature changes label Apr 8, 2024
@c0rydoras c0rydoras self-assigned this Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue or pull request discusses non feature changes
Projects
Status: Todo
Development

No branches or pull requests

1 participant