Доступно с ограничениями в редакциях: BE, SE, SE+, EE, CSE Lite (1.67), CSE Pro (1.67)
параметры
Версия схемы: 1
-
-
объект
What certificate type to use with Stronghold.
This parameter completely overrides the
global.modules.https
settings.Примеры:
1customCertificate: 2 secretName: stronghold-tls 3mode: CustomCertificate
1certManager: 2 clusterIssuerName: letsencrypt 3mode: 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.
Пример:
1administrators: 2- name: admins 3 type: Group 4- name: security 5 type: Group 6- name: manager@mycompany.tld 7 type: User
-