Konstantin Belyalov

Results 6 issues of Konstantin Belyalov

*Title*: tls/validation_context_sds_secret_config does not work when configured with ADS *Description*: When configuring `UpstreamTlsContext/common_tls_context` with `validation_context_sds_secret_config` set to fetch secrets from `ADS` envoy fails to start (crashes) *Repro steps*: Use config...

bug
help wanted
area/configuration
area/sds

Currently there is any simple way to handle file uploads. Some great way to do that is required for release 1.1

enhancement

It will be great to have some native, simple way to enforce HTTP authorization.

enhancement

*Support WaitForWarmOnInit for EDS clusters* *Description*: Currently it states that it is not supported: ``` Optional configuration for having cluster readiness block on warm-up. Currently, only applicable for :ref:`STRICT_DNS`, or...

enhancement
triage

It is an easy way to determine if file is encrypted - useful when you need to e.g. find and do something with password encrypted archives. I tried to keep...

uasyncio version 1.2.4 I'm using it in a pretty common way: ```python loop = asyncio.get_event_loop() print("* Starting Web Server at {}:{}".format(host, port)) loop.create_task(asyncio.start_server(self._handler, host, port, backlog=backlog)) if loop_forever: loop.run_forever() loop.close()...