Philip Sanetra

Results 28 comments of Philip Sanetra

@mholt any news on this? It would be nice to store certificates in storages like an azure key vault.

@stippi2 Do you think the concern mentioned in this comment is valid? https://github.com/oauth2-proxy/oauth2-proxy/pull/1318#issuecomment-1040016499

We experienced this error when we set `cookie_samesite` to `strict` as strict samesite cookies are not send on navigation from third party websites.

Oh, I'm sorry to hear that you stepped down as maintainer. I hope the project is not dying. At the moment it is only possible to provide one context object...

Maybe this helps as a starting point: ```csharp var consumerConfig = new ConsumerConfig { SaslMechanism = SaslMechanism.OAuthBearer, SaslOauthbearerConfig = "https://my-eventhub-namespace.servicebus.windows.net/.default" }; using var kafkaConsumer = new ConsumerBuilder(consumerConfig) .SetOAuthBearerTokenRefreshHandler(TokenRefreshHandler) .Build(); [...]...

@lukasz-galka Please reopen this issue as switching the target back to es5 only because of one lib is not a desirable solution.

Nice this is exactly what we were looking for. For some reason this worked only with the `ad.datadoghq.com/service.instances` annotation instead of `ad.datadoghq.com/endpoints.instances`. I am not sure what we missed in...

I have started to work on this, but I am not sure when I am able to finish. (Sorry, I have no public WIP branch.) I agree with @HofmeisterAn that...

@HofmeisterAn I am currently also thinking about the container reuse concept. We have some containers that take a while to start (not just pulling the image, but the starting procedure...

@swissarmykirpan I think the possibility to run the tests in parallel if the test containers are reused, will depend on the container. I guess in many cases it should be...