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

Introduce a dedicated pkg for featureflags #3278

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

nabokihms
Copy link
Member

Overview

Dex is a piece of software used in production in many companies. Introducing breaking changes is what we try to avoid.
It makes sense to hide some crucial changes behind a feature flag. Before, we introduced a couple of particular environment variables for this purpose.

This PR generalizes the approach for new feature flags in Dex.

What this PR does / why we need it

How to implement, use, and find a feature flag in the code needs to be clarified. This PR aims to define and standardize the concept of feature flags.

Special notes for your reviewer

The improvement to make the codebase cleaner.

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
@sagikazarmark sagikazarmark merged commit e3a44c9 into dexidp:master Jan 24, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants