mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-16 10:53:31 +00:00
GitBook: [main] 5 pages modified
This commit is contained in:
parent
7afedabd14
commit
87413cc167
@ -2,3 +2,13 @@
|
|||||||
|
|
||||||
Follow the sections in this guide to set up Google SSO.
|
Follow the sections in this guide to set up Google SSO.
|
||||||
|
|
||||||
|
{% page-ref page="google-server-creds.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="create-ingestion-service-account.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="google-config.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="configure-security-ingestion.md" %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,3 +2,13 @@
|
|||||||
|
|
||||||
Follow the sections in this guide to set up Okta SSO.
|
Follow the sections in this guide to set up Okta SSO.
|
||||||
|
|
||||||
|
{% page-ref page="okta-server-creds.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="okta-config.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="create-ingestion-service-account.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="configure-security-ingestion.md" %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,10 @@ All Connectors have **metadata\_server** config. Pass the public/private keypair
|
|||||||
"config": {
|
"config": {
|
||||||
"api_endpoint": "http://localhost:8585/api",
|
"api_endpoint": "http://localhost:8585/api",
|
||||||
"auth_provider_type": "okta",
|
"auth_provider_type": "okta",
|
||||||
"secret_key": "{public/private keypair}"
|
"client_id": "{client_id}",
|
||||||
|
"org_url": "{okta_domain}",
|
||||||
|
"email": "{email}",
|
||||||
|
"private_key": "{public/private keypair}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
|
|||||||
@ -2,3 +2,27 @@
|
|||||||
|
|
||||||
OpenMetadata supports connectors to some popular data sources. We will continue as a community to provide more integrations to get all your metadata into a central repository.
|
OpenMetadata supports connectors to some popular data sources. We will continue as a community to provide more integrations to get all your metadata into a central repository.
|
||||||
|
|
||||||
|
{% page-ref page="athena.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="bigquery.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="elastic-search.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="mssql.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="mysql.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="oracle.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="postgres.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="redshift.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="redshift-usage.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="snowflake.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="snowflake-usage.md" %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,3 +2,11 @@
|
|||||||
|
|
||||||
This document summarizes information relevant to OpenMetadata committers and contributors. It includes information about the development processes and policies as well as the tools we use to facilitate those.
|
This document summarizes information relevant to OpenMetadata committers and contributors. It includes information about the development processes and policies as well as the tools we use to facilitate those.
|
||||||
|
|
||||||
|
{% page-ref page="coding-style.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="build-code-run-tests.md" %}
|
||||||
|
|
||||||
|
{% page-ref page="run-integration-tests.md" %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user