Mark Phelps
Mark Phelps
This issue is to track/help define adding OAuth (and likely API Token) support in both Flipt backend and Flipt UI. This will allow users to login to Flipt via existing...
### Problem [cockroachDB](https://github.com/cockroachdb/cockroach) uses the same wire protocol as Postgres, so the application code _should_ not require any update to support it. ### Ideal Solution Describe the solution you'd like:...
**Is your feature request related to a problem? Please describe.** Currently there are no default or enforced limits for requests that return multiple objects in their response, such as ListFlags,...
**Is your feature request related to a problem? Please describe.** Enable Flipt to be daemonized per https://www.mikeperham.com/2014/09/22/dont-daemonize-your-daemons/ **Describe the solution you'd like** Sending Flipt a SIGHUP signal should reload the...
Sadly it is time to say goodbye to [logrus](https://github.com/sirupsen/logrus) as it has been put in maintenance mode by its creator. I'm thinking of moving the internal logger to something like...
Upgrade Dockerfiles, build and all workflows to use go 1.18
**Is your feature request related to a problem? Please describe.** It's currently possible to do a flag rollout (enabling a flag for x% of requests) by using a combination of...
What do you think about adding support for finding projects by ID in addition to name? We recently renamed one of our projects which caused the automation to break since...
Possible section on how we do dependency injection (using interfaces, no framework, etc)?