9a7974a14f
Add a CLI oidc-auth to obtain token through oidc-client and dex from Windows Active Directory for Kubernetes authentication. Story: 2006711 Task: 38919 Change-Id: Id0e505202a926aaaf8f6e1182c8c87738ab61025 Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
36 lines
752 B
INI
36 lines
752 B
INI
[metadata]
|
|
license_files = LICENSE
|
|
name = oidcauthtools
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
oidcauthtools
|
|
install_requires =
|
|
mechanize
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
oidc-auth=oidcauthtools.oidc_auth:main
|
|
|
|
[nosetests]
|
|
cover-erase = true
|
|
verbosity = 2
|
|
|
|
[wheel]
|
|
universal = 1
|