flipt-io / flipt

Enterprise-ready, GitOps enabled, CloudNative feature management solution

Home Page:https://flipt.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change bar theme or add a environment label

thepabloaguilar opened this issue · comments

Problem

This is not a problem but it's something that came in my head right now! I won't have this kind of problem since I'm using OCI to store the flags but people using non-declarative storages could face it!

People can deploy a Flipt per environment instead of deploying a unique Flipt instance and scoping the environments using namespaces, it might be a great addition to make Flipt say THIS IS A PRODUCTION ENVIRONMENT, TAKE CARE
They can mix up the environment if the URL access has just a little change, like:

  • production: flipt.prd.io
  • staging: flipt.stg.io

This could be done by either changing the upper bar theme or putting a label on it!

Again, I don't have this problem and I don't know if it'll be a great change or if it's aligned with your thoughts about how Flipt should be!

Ideal Solution

Let's the user know which environment/instance they're acessing!

Search

  • I searched for other open and closed issues before opening this

Additional Context

No response

@thepabloaguilar good idea!

maybe we add the ability to configure the ui like:

ui:
  topbar:
    label: {string}
    color: {hex}

or similar?

Yeah, I think that will fit @markphelps!