Erik Forsberg

Results 43 comments of Erik Forsberg

I will see what I can do, but it'll probably take a few days.

Not from what I can see, I only have a single _import requests_ in one of the libraries I use. I guess I should try with the latest requests given...

We're being hit by this now and then due to [Apache Flink](https://flink.apache.org) Admin UIs we have put behind authentication with oauth2proxy and dex, with a SAML IdP. The Admin UI...

I would appreciate being able to set it via the configuration, i.e not having to add -k to every command line using aws-google-auth.

Hmm.. I don't really think this one was closed by #203? @stevemac007?

What's left to do to get this merged? Can I help? @tvoinarovskyi - any insights?

Perhaps one way forward is to generate a configuration file with the required values, then map them into the docker container as config/application.properties? This should, according to [Quarkus Documentation](https://quarkus.io/guides/config#overriding-properties-at-runtime) override...

I did manage to get this to work by mapping in an config/application.properties from a Configmap into the Docker container's filesystem using Kubernetes, so I think the version of quarkus...

@PlugaruT - this was a long time ago, and I'm not actively using Apicurio anymore, but digging into my chart it looks like I have a configmap with the `application.properties`...

@PlugaruT - glad you made it work! :+1: As a general observation, sometimes having a look at `/proc/` to see where `/proc//pwd` points to can be enlightening when it comes...