Tomasz Prus

Results 48 comments of Tomasz Prus

The official library uses [adel](https://github.com/AzureAD/azure-activedirectory-library-for-python) - AD library for python which is currently synchronous (https://github.com/AzureAD/azure-activedirectory-library-for-python/issues/93). First we should extend this library, find a replacement or implement some basic behavior here.

I'm afraid is not enough to build full asynchronous applications.

The second option sounds good to me. Thanks for clarifying possibilities.

@tatsuya0619 Thanks. It looks good to me but it has to be fixed in the generator template: https://github.com/OpenAPITools/openapi-generator/blob/50f7e14a9974cce15aaaaf5b3c4c48f079613b38/modules/openapi-generator/src/main/resources/python/asyncio/rest.mustache#L70 Could you create a PR to the openapi-generator? I can help with...

Thanks for describing the issue. I'll work on it later.

You can use the api_client.call_api but some work have to be done to prepare a request. Please take a look at the function for example "create_deployment": https://github.com/tomplus/kubernetes_asyncio/blob/5e927afb4941e35590b80032637163f2f3cc9ac0/kubernetes_asyncio/client/api/apps_v1_api.py#L377 Another option can...

@spacether Could you update examples/ and e2e tests?

@timofurrer thank you!

Hi @odra. Are you sure it worked in previous version of the package? Does kubectl work in your environment? Try to set `KUBECONFIG` (instead of `K8S_AUTH_KUBECONFIG`) to load your kube-config.