
This commit implements auditd armada app helm charts overrides for auditd main configuration file, auditd.conf, and audit.rules configuration. Defaults for helm chart override values are specified using ConfigMap specification. The implementation uses the application plugin mechanism and is delivered as a separate rpm. Story: 2008849 Task: 42988 Signed-off-by: Carmen Rata <carmen.rata@windriver.com> Change-Id: If9287875f11a1ab1c5523644f9902a3228d14f97
43 lines
1.1 KiB
INI
43 lines
1.1 KiB
INI
[metadata]
|
|
name = k8sapp-auditd
|
|
summary = StarlingX sysinv extensions for auditd
|
|
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_auditd
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
systemconfig.helm_applications =
|
|
auditd = systemconfig.helm_plugins.auditd
|
|
|
|
systemconfig.helm_plugins.auditd =
|
|
001_auditd = k8sapp_auditd.helm.auditd:AuditdHelm
|
|
|
|
systemconfig.armada.manifest_ops =
|
|
auditd = k8sapp_auditd.armada.manifest_auditd:AuditdArmadaManifestOperator
|
|
|
|
[wheel]
|
|
universal = 1
|