You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change our env-variable-based feature flag (the rbac thing) to something more maintainable. It should be possible to (from Go language semantics, and not with grep) discover the full set of flags in existence. Testing (in envtest, in deployed rhoai) with various combinations of flag values should be made straightforward. Consult Andy who mentioned bad experience with env vars from previous work. See also GitHub issue about creating helper to uniformly parse bool values