Mark Phelps

Results 90 comments of Mark Phelps

Also Id like to add a 'Securing Flipt' guide to the docs when this is rolled out, detailing some best practices, ie: flipt config shouldnt be accessible/writable by non-trusted users,...

Yeah I can see that, however Im not trying to solve every potential use case at the moment without feedback from users. So I'd rather start with the same approach...

Thats a good point. What about instead of email, we use `allowed_organizations`? where its a CSV list of org names that the member must be a member of? Actually, re-looking...

I think we'd like to support 2-3 logins via external identity providers out of the box, ranked in order of (my) perceived need: 1. GitHub 2. Google 3. Gitlab I...

@ognif thanks for the issue! i'll try to reproduce and see if I can come up with a fix. Can you share part of your pvc/volume k8s config so that...

@ognif I have a PR up in the helm-charts repo to support PV/C. Let me know if you think it would work for you https://github.com/flipt-io/helm-charts/pull/2

My apologies. Previously the Flipt helm chart was not even accounting for persistent volumes because it was not mounting them to the correct location in the container `/var/opt/flipt`. This is...

@ognif what are the permissions on your mounted volume/path? I tried running flipt and mounting a volume on my local machine with the following: ``` docker run -d -p 8080:8080...

@ognif could you do me a favor and run with the `log.level` set to `DEBUG` and attach the log output? You can either set this in the configmap like: ```yaml...

@ognif can you try downgrading to v1.8.3 to see if it resolves your problem temporarily? Seems something changed in 1.9.0 that I need to debug. See #993