generated from PrivateAIM/python-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There should be an option to provision additional certificates not being part of the common trusted ones that are being shipped with the execution environment of a container image.
This feature is essential when it comes to deploy environments where self-signed certificates are being used. Without being able to provision these certificates some components might fail as they can't communicate securely as long as TLS certificate verification is enabled.
The following requirements hold:
- possibility to add multiple additional certificates in PEM format
- store all certificates in a single file by making use of a ConfigMap (watch out for max size of 1MB)
- mount aggregated PEM file (only for required containers)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request