Доступно с ограничениями в редакциях: BE, SE, SE+, EE
Версия схемы: 1
-
объект
What certificate type to use with Stronghold.
This parameter completely overrides the
global.modules.https
settings.Примеры:
customCertificate: secretName: stronghold-tls mode: CustomCertificate
certManager: clusterIssuerName: letsencrypt mode: CertManager
-
-
-
строка
The name of the secret in the
d8-strognhold
namespace to use with Stronghold.This secret must have the kubernetes.io/tls format.
По умолчанию:
false
-
-
строка
The HTTPS usage mode:
CertManager
— Stronghold will use HTTPS and get a certificate from the clusterissuer defined in thecertManager.clusterIssuerName
parameter.CustomCertificate
— Stronghold will use HTTPS using the certificate from thed8-system
namespace.
По умолчанию:
CertManager
Допустимые значения:
CertManager
,CustomCertificate
-
-
-
-
массив объектовAn list of users and groups that can access Stronghold as administrators. Other authenticated users will access Stronghold with default policy.
Пример:
administrators: - name: admins type: Group - name: security type: Group - name: manager@mycompany.tld type: User mode: Automatic
-