Skip to content

chore: enable MEN-8168 feature flag in the useradm service#492

Open
kjaskiewiczz wants to merge 1 commit intomendersoftware:stagingfrom
kjaskiewiczz:men-8168
Open

chore: enable MEN-8168 feature flag in the useradm service#492
kjaskiewiczz wants to merge 1 commit intomendersoftware:stagingfrom
kjaskiewiczz:men-8168

Conversation

@kjaskiewiczz
Copy link
Contributor

No description provided.

USERADM_REDIS_TIMEOUT_SEC: "1"
USERADM_REDIS_LIMITS_EXPIRE_SEC: "3600"
USERADM_TOTP_ISSUER: Mender
USERADM_MEN-8168: "true"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, this change won't introduce any change on the templates itself. All the env.* values are actually hard-coded values in the pod template. You could use customEnvs value, but I don't think that's good practice.
I think this is a better candidate to put under the featureGates value as this is something we plan on making the default (remove) on the next major release.

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.

2 participants