mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-11 08:23:40 +00:00
Doc: Adding Example for SAML Private Key (#16767)
This commit is contained in:
parent
3c186e2a2c
commit
12b227b7e3
@ -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).
|
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 %}
|
{% /note %}
|
||||||
|
|
||||||
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
||||||
|
|||||||
@ -28,7 +28,7 @@ OpenMetadata is a complete package for data teams to break down team silos, shar
|
|||||||
title="Data Quality & Profiler"
|
title="Data Quality & Profiler"
|
||||||
description="Trust your data with quality tests that ensure freshness, & accuracy."
|
description="Trust your data with quality tests that ensure freshness, & accuracy."
|
||||||
link="/how-to-guides/data-quality-profiler"
|
link="/how-to-guides/data-quality-profiler"
|
||||||
icon="quality"
|
icon="observability"
|
||||||
/%}
|
/%}
|
||||||
{% tile
|
{% tile
|
||||||
title="Data Lineage"
|
title="Data Lineage"
|
||||||
|
|||||||
@ -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).
|
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 %}
|
{% /note %}
|
||||||
|
|
||||||
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
||||||
|
|||||||
@ -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).
|
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 %}
|
{% /note %}
|
||||||
|
|
||||||
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
||||||
|
|||||||
@ -28,7 +28,7 @@ OpenMetadata is a complete package for data teams to break down team silos, shar
|
|||||||
title="Data Quality & Profiler"
|
title="Data Quality & Profiler"
|
||||||
description="Trust your data with quality tests that ensure freshness, & accuracy."
|
description="Trust your data with quality tests that ensure freshness, & accuracy."
|
||||||
link="/how-to-guides/data-quality-profiler"
|
link="/how-to-guides/data-quality-profiler"
|
||||||
icon="quality"
|
icon="observability"
|
||||||
/%}
|
/%}
|
||||||
{% tile
|
{% tile
|
||||||
title="Data Lineage"
|
title="Data Lineage"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user