Go to file
Graham Reed b85aff2b3e Accept client certificates from an authn/authz plugin
(Plugin interface reference: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#input-and-output-formats)

When handling the response from the authn/authz plugin, `token` will be used if provided, which maintains current behaviour. Newly added is handling `clientCertificateData`: if it is present, that certificate (and its key) will be used as provided by the plugin. (And any certificate/key pair provided via the `users` section of the configuration file will be ignored.)
2020-07-23 10:31:30 +01:00
config Accept client certificates from an authn/authz plugin 2020-07-23 10:31:30 +01:00
dynamic Use explicit API version for retrieving CRD API 2019-09-24 09:41:24 -04:00
hack Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
stream Merge pull request #152 from sergei-maertens/master 2020-02-13 17:08:17 -08:00
watch Fixes codestyle failures 2020-07-16 14:08:44 +05:30
.gitignore Ignore IDE files 2017-06-09 13:22:07 -07:00
.travis.yml Adds Python 3.8 to the Travis CI test jobs 2019-10-22 00:53:04 +05:30
code-of-conduct.md Add code-of-conduct.md 2017-12-20 14:15:28 -05:00
CONTRIBUTING.md Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
LICENSE Initial commit 2017-04-19 16:12:18 -07:00
OWNERS Updated OWNERS to include link to docs 2019-02-04 19:01:16 +01:00
README.md Remove link to kubernetes-client/community 2018-08-23 10:51:03 -07:00
run_tox.sh Verify Boilerplate fix 2018-12-05 22:22:59 +05:30
SECURITY_CONTACTS Add SECURITY_CONTACTS 2018-07-10 16:13:56 -07:00
tox.ini Migrate to pytest 2019-10-02 20:32:27 +02: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.

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.