@@ -5082,6 +5082,18 @@ definitions:
50825082 type: string
50835083 type: array
50845084 x-go-name: TrustedTLSClientCertFingerprints
5085+ trusted_tls_client_certificates:
5086+ description: |-
5087+ An array of X509 PEM encoded certificates that belong to trusted TLS clients.
5088+ The SHA256 fingerprint of each certificate is derived when the configuration
5089+ is loaded and trusted in addition to TrustedTLSClientCertFingerprints.
5090+ In contrast to bare fingerprints, these certificates are
5091+ also passed on to the servers and clusters deployed by Operations Center, if
5092+ the user did not provide their own set.
5093+ items:
5094+ type: string
5095+ type: array
5096+ x-go-name: TrustedTLSClientCertificates
50855097 title: Security represents the system's security configuration.
50865098 type: object
50875099 x-go-package: github.com/FuturFusion/operations-center/shared/api/system
@@ -5196,6 +5208,18 @@ definitions:
51965208 type: string
51975209 type: array
51985210 x-go-name: TrustedTLSClientCertFingerprints
5211+ trusted_tls_client_certificates:
5212+ description: |-
5213+ An array of X509 PEM encoded certificates that belong to trusted TLS clients.
5214+ The SHA256 fingerprint of each certificate is derived when the configuration
5215+ is loaded and trusted in addition to TrustedTLSClientCertFingerprints.
5216+ In contrast to bare fingerprints, these certificates are
5217+ also passed on to the servers and clusters deployed by Operations Center, if
5218+ the user did not provide their own set.
5219+ items:
5220+ type: string
5221+ type: array
5222+ x-go-name: TrustedTLSClientCertificates
51995223 type: object
52005224 x-go-package: github.com/FuturFusion/operations-center/shared/api/system
52015225 SeedNetwork:
0 commit comments