-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Azure (with AD) support #31
Comments
The official library uses adel - AD library for python which is currently synchronous (AzureAD/azure-activedirectory-library-for-python#93). First we should extend this library, find a replacement or implement some basic behavior here. |
For the record, ADAL Python (and its cousin MSAL Python) supports token cache behavior. It allows you to reuse a token so that most of the time you don't actually need to send out any network call. |
I'm afraid is not enough to build full asynchronous applications. |
To clarify:
|
The second option sounds good to me. Thanks for clarifying possibilities. |
The latest version of https://github.com/kubernetes-client/python supports Azure AKS integrated with Azure Active Directory (kubernetes-client/python-base#77).
The text was updated successfully, but these errors were encountered: