What are the best alternatives for managing feature flags away from Azure secret vaults?

0
10
Asked By CuriousGiraffe42 On

I've recently learned that our DevOps team plans to restrict read access to production secret vaults in Azure to enhance security. While this is a solid move, it poses a challenge for us since we've been relying on Azure secret vaults to manage most of our environment variables for microservices—both sensitive and non-sensitive ones. With this change, managing feature flags will be trickier because we won't be able to easily see what's activated for specific services in production. I'm exploring options to separate sensitive information from service configuration. What alternatives can we consider that would still allow developers to view and adjust non-sensitive environment variables?

5 Answers

Answered By CloudWhiz77 On

If you're looking for a straightforward solution, Azure App Configuration is a great fit. It’s designed specifically for cases like yours, allowing you to centralize configurations while linking your Key Vault to access both configs and secrets. It even comes with support for feature flags!

Answered By DevGuru88 On

Consider using openfeature.dev—it has features that could be really beneficial for managing your feature flags effectively.

Answered By GitLabEvangelist On

If you're up for switching platforms, GitLab integrates well with Unleash and you can use it for free. It comes with powerful tools to manage feature flags.

Answered By StatigFan1 On

You could also look into Statsig if you're okay with a paid solution; it can offer robust feature flagging capabilities.

Answered By TechyNinja1 On

You might want to check out LaunchDarkly or Pendo, both of which offer Boolean as a Service solutions that can help with feature flag management.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.