Skip to content

Commit f64bc26

Browse files
chore(updater): bump pkg/dist/*.yml (2023-05-05) (#14)
1 parent 8bb526d commit f64bc26

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pkg/dist/service_types.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3813,6 +3813,17 @@ opensearch:
38133813
min_length: 1
38143814
max_length: 2048
38153815
example: https://test-account.okta.com/app/exk491jujcVc83LEX697/sso/saml/metadata
3816+
idp_pemtrustedcas_content:
3817+
title: PEM-encoded root CA Content for SAML IdP server verification
3818+
description: This parameter specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification. The root CA content is used to verify the SSL/TLS certificate presented by the server.
3819+
type:
3820+
- string
3821+
- "null"
3822+
max_length: 16384
3823+
example: |
3824+
-----BEGIN CERTIFICATE-----
3825+
...
3826+
-----END CERTIFICATE-----
38163827
roles_key:
38173828
title: SAML response role attribute
38183829
description: Optional. Specifies the attribute in the SAML response where role information is stored, if available. Role attributes are not required for SAML authentication, but can be included in SAML assertions by most Identity Providers (IdPs) to determine user access levels or permissions.

0 commit comments

Comments
 (0)