Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Use oauth2 from google-auth #16

Merged
merged 2 commits into from
Jul 7, 2017

Conversation

strigazi
Copy link
Contributor

@strigazi strigazi commented 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]

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
Copy link
Contributor Author

strigazi commented Jul 6, 2017

We can take this now.

@codecov-io
Copy link

codecov-io commented Jul 6, 2017

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   94.69%   94.69%           
=======================================
  Files           9        9           
  Lines         698      698           
=======================================
  Hits          661      661           
  Misses         37       37
Impacted Files Coverage Δ
config/kube_config.py 96.57% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4318bc6...743a7a1. Read the comment docs.

@mbohlool
Copy link
Contributor

mbohlool commented Jul 6, 2017

Failure is not fault of this PR. I send another PR to fix it: #17

@mbohlool mbohlool merged commit 26cb526 into kubernetes-client:master Jul 7, 2017
strigazi added a commit to strigazi/client-python that referenced this pull request 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 to kubernetes-client/python that referenced this pull request 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]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants