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 |
||
|---|---|---|
| config | ||
| stream | ||
| watch | ||
| .gitignore | ||
| .travis.yml | ||
| code-of-conduct.md | ||
| LICENSE | ||
| README.md | ||
| run_tox.sh | ||
| tox.ini | ||
python-base
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.