GitBook: [main] 5 pages modified

This commit is contained in:
Parth Panchal 2021-08-15 05:49:53 +00:00 committed by gitbook-bot
parent 7afedabd14
commit 87413cc167
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
5 changed files with 56 additions and 1 deletions

View File

@ -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" %}

View File

@ -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" %}

View File

@ -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}"
} }
}, },
... ...

View File

@ -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" %}

View File

@ -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" %}