-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Use google-auth and oauthlib instead of oauth2client #275
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
Comments
Thanks for reporting this. PRs are definitely welcome :) |
strigazi
added a commit
to strigazi/python-base
that referenced
this issue
Jul 4, 2017
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Related-Issue: kubernetes-client/python#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 4, 2017
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 4, 2017
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 4, 2017
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 4, 2017
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]> Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 4, 2017
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 6, 2017
oauth2client is deprecated [1], use google-auth. When kubernetes-client/base-python is updated to not use oauth2client, remove oauth2client. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 6, 2017
oauth2client is deprecated [1], use google-auth. When kubernetes-client/base-python is updated to not use oauth2client, remove oauth2client. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 6, 2017
oauth2client is deprecated [1], use google-auth. When kubernetes-client/base-python is updated to not use oauth2client, remove oauth2client. [1] https://github.com/google/oauth2client/releases (see Note) Closes: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/python-base
that referenced
this issue
Jul 6, 2017
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Related-Issue: kubernetes-client/python#275 Signed-off-by: Spyros Trigazis <[email protected]>
mbohlool
pushed a commit
to kubernetes-client/python-base
that referenced
this issue
Jul 7, 2017
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Related-Issue: kubernetes-client/python#275 Signed-off-by: Spyros Trigazis <[email protected]>
strigazi
added a commit
to strigazi/client-python
that referenced
this issue
Jul 7, 2017
In kubernetes-client#278 google-auth was added in requirements and in [1] python-base stopped using it. Remove oauth2client requirement and update submodule commit. [1] kubernetes-client/python-base#16 Related-Issue: kubernetes-client#275 Signed-off-by: Spyros Trigazis <[email protected]>
mbohlool
pushed a commit
that referenced
this issue
Jul 7, 2017
In #278 google-auth was added in requirements and in [1] python-base stopped using it. Remove oauth2client requirement and update submodule commit. [1] kubernetes-client/python-base#16 Related-Issue: #275 Signed-off-by: Spyros Trigazis <[email protected]>
yliaog
pushed a commit
to yliaog/client-python
that referenced
this issue
Jan 8, 2022
Run kubeconfig exec commands in the correct directory
dudleyhunt86
added a commit
to dudleyhunt86/python-base-repository-build
that referenced
this issue
Oct 7, 2022
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Related-Issue: kubernetes-client/python#275 Signed-off-by: Spyros Trigazis <[email protected]>
bh717
pushed a commit
to bh717/python-dapp
that referenced
this issue
Apr 1, 2024
oauth2client is deprecated [1], use google-auth. [1] https://github.com/google/oauth2client/releases (see Note) Related-Issue: kubernetes-client/python#275 Signed-off-by: Spyros Trigazis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oauth2client is deprecated. No more features will be added to the libraries and the core team is turning down support. The maintainers of oauth2client recommend to use google-auth and oauthlib.
We should use google-auth and oauthlib.
The text was updated successfully, but these errors were encountered: