d3ef6e81b6
This commit adds the secret observing helm chart to oidc-auth-apps to detect changes in secrets and restart the oidc-client and dex pods when needed. Change-Id: I0559e75a2b80013e9d92d0bc7284bef4fea1294a Story: 2007361 Task: 42933 Depends-On: https://review.opendev.org/c/starlingx/helm-charts/+/804301 Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
42 lines
1.2 KiB
INI
42 lines
1.2 KiB
INI
[metadata]
|
|
name = k8sapp-oidc
|
|
summary = StarlingX sysinv extensions for oidc-auth-apps
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst
|
|
license = Apache 2.0
|
|
author = StarlingX
|
|
author-email = starlingx-discuss@lists.starlingx.io
|
|
home-page = https://www.starlingx.io/
|
|
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.4
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
k8sapp_oidc
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
systemconfig.helm_applications =
|
|
oidc-auth-apps = systemconfig.helm_plugins.oidc_auth_apps
|
|
|
|
systemconfig.helm_plugins.oidc_auth_apps =
|
|
001_dex = k8sapp_oidc.helm.dex:Dex
|
|
002_oidc-client = k8sapp_oidc.helm.oidc_client:OidcClientHelm
|
|
003_secret-observer = k8sapp_oidc.helm.secret_observer:SecretObserverHelm
|
|
|
|
[wheel]
|
|
universal = 1
|