Skip to content

SSL mode type Schema

Note

This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.

Return to the root config schema

https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/properties/harbor/properties/database/properties/external/properties/sslmode
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none config/schemas/config.yaml*

TYPE:

string (SSL mode type)

CONSTRAINTS:

enum: the value of this property must be equal to one of the following values:

Value Explanation
"disable" No SSL
"require" Skip verification
"verify-ca" Always SSL (verify that the certificate presented by the server was signed by a trusted CA)
"verify-full" Always SSL (verify that the certification presented by the server was signed by a trusted CA and the server host name matches the one in the certificate)

DEFAULTS:

The default value is:

"disable"

Return to the root config schema


Generated Fri Jun 28 03:48:15 UTC 2024 from elastisys/compliantkubernetes-apps@main