Closed rubikscuber closed 1 year ago
trust_env
as parameter is a bit ambiguous in the context of the Keycloak
class.
aiohttp_clientsession_opts
instead, which gives full control over each aiohttp.ClientSession
initialization (not only trust_env
). So you could do:keycloak = Keycloak(app, aiohttp_clientsession_opts={'trust_env': True})
pypi will be updated later this week
Allow aiohttp.ClientSession to use HTTP_PROXY or HTTPS_PROXY environment variables