Darío Fernández

Results 4 comments of Darío Fernández

It seems to work better for me after upgrading to 2.11 and applying the new `argocd.argoproj.io/manifest-generate-paths` annotation to my Applications/ApplicationSets (previously this feature worked only for webhooks). Example: ``` annotations:...

`/auth` needs to be exposed because almost all the application is under that endpoint but you can explicity tell the public ingress to expose only needed endpoints. This is an...

Currently, `image-renderer-plugin` functionality is broken because it's using the `latest` tag. See https://github.com/grafana/grafana-image-renderer/issues/545 `grafana-image-renderer` image is not working since version 3.11.1 because of missing configuration in config.js (missing needed --database...

> Hey, i have successfully integrated facebook OAuth (via generic OAuth provider) by fixing the request headers with nginx. First you have to spin up nginx and make it accessible...