Go to file
Luis Toledo 111896107f Add support to OIDC auth
Fix for the `TypeError: Incorrect padding` error
Adding test with "mocked" variables

Persist the new token (refresh token) and add a not-ssl-verification for the refresh token call (i didn't find a way to pass the certificate to OAuth2Session

fixing the refresh-token problem (ssl certificate) and saving returning the new refresh-token

Fix test

fixing  coding style errors

Fixing test update-pep8

Fix test_oidc_with_refresh error
2018-03-19 19:13:51 -03:00
config Add support to OIDC auth 2018-03-19 19:13:51 -03:00
stream Fix exec command parameter expansion 2017-10-11 17:17:09 -07:00
watch Update continue the watch with resource_version 2017-10-26 19:45:17 -05:00
.gitignore Ignore IDE files 2017-06-09 13:22:07 -07:00
.travis.yml Fix travis CI failure 2017-07-06 16:52:45 -07:00
code-of-conduct.md Add code-of-conduct.md 2017-12-20 14:15:28 -05:00
LICENSE Initial commit 2017-04-19 16:12:18 -07:00
README.md Update README.md 2017-07-23 02:56:17 -07:00
run_tox.sh Add tox and travis support 2017-06-09 13:22:07 -07:00
tox.ini Add tox and travis support 2017-06-09 13:22:07 -07:00

python-base

Build Status

This is the utility part of the python client. It has been added to the main repo using git submodules. This structure allow other developers to create their own kubernetes client and still use standard kubernetes python utilities. For more information refer to clients-library-structure.

Development

Any changes to utilites in this repo should be send as a PR to this repo. After the PR is merged, developers should create another PR in the main repo to update the submodule. See this document for more guidelines.