Doc: Adding Example for SAML Private Key (#16767)

This commit is contained in:
Prajwal214 2024-06-24 17:51:54 +05:30 committed by GitHub
parent 3c186e2a2c
commit 12b227b7e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 23 additions and 2 deletions

View File

@ -82,6 +82,13 @@ Every IDP provides this information, we can download the XML Metadata and config
To add a private key, you need to include it in the keystore and update the configuration details accordingly [here](https://github.com/open-metadata/OpenMetadata/blob/main/conf/openmetadata.yaml#L219).
```yaml
security:
keyStoreFilePath: ${SAML_KEYSTORE_FILE_PATH:-"/path/to/keystore.jks"}
keyStoreAlias: ${SAML_KEYSTORE_ALIAS:-"myKeystoreAlias"}
keyStorePassword: ${SAML_KEYSTORE_PASSWORD:-"myKeystorePassword"}
```
{% /note %}
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.

View File

@ -28,7 +28,7 @@ OpenMetadata is a complete package for data teams to break down team silos, shar
title="Data Quality & Profiler"
description="Trust your data with quality tests that ensure freshness, & accuracy."
link="/how-to-guides/data-quality-profiler"
icon="quality"
icon="observability"
/%}
{% tile
title="Data Lineage"

View File

@ -82,6 +82,13 @@ Every IDP provides this information, we can download the XML Metadata and config
To add a private key, you need to include it in the keystore and update the configuration details accordingly [here](https://github.com/open-metadata/OpenMetadata/blob/main/conf/openmetadata.yaml#L219).
```yaml
security:
keyStoreFilePath: ${SAML_KEYSTORE_FILE_PATH:-"/path/to/keystore.jks"}
keyStoreAlias: ${SAML_KEYSTORE_ALIAS:-"myKeystoreAlias"}
keyStorePassword: ${SAML_KEYSTORE_PASSWORD:-"myKeystorePassword"}
```
{% /note %}
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.

View File

@ -82,6 +82,13 @@ Every IDP provides this information, we can download the XML Metadata and config
To add a private key, you need to include it in the keystore and update the configuration details accordingly [here](https://github.com/open-metadata/OpenMetadata/blob/main/conf/openmetadata.yaml#L219).
```yaml
security:
keyStoreFilePath: ${SAML_KEYSTORE_FILE_PATH:-"/path/to/keystore.jks"}
keyStoreAlias: ${SAML_KEYSTORE_ALIAS:-"myKeystoreAlias"}
keyStorePassword: ${SAML_KEYSTORE_PASSWORD:-"myKeystorePassword"}
```
{% /note %}
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.

View File

@ -28,7 +28,7 @@ OpenMetadata is a complete package for data teams to break down team silos, shar
title="Data Quality & Profiler"
description="Trust your data with quality tests that ensure freshness, & accuracy."
link="/how-to-guides/data-quality-profiler"
icon="quality"
icon="observability"
/%}
{% tile
title="Data Lineage"