mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 14:06:59 +00:00
GitBook: [#83] Clarified when to use different authentication methods.
This commit is contained in:
parent
393dc4fba8
commit
072dec0aaf
@ -98,11 +98,11 @@ pip3 install 'openmetadata-ingestion[snowflake]'
|
|||||||
|
|
||||||
Create a new file called `snowflake.json` in the current directory. Note that the current directory should be the `openmetadata` directory you created in Step 1. 
|
Create a new file called `snowflake.json` in the current directory. Note that the current directory should be the `openmetadata` directory you created in Step 1. 
|
||||||
|
|
||||||
To create a configuration file for Snowflake, you’ll need to select one of the three options below and then customize the appropriate template to match your environment.
|
To create a configuration file for Snowflake, you’ll need to select one of the three options below and then customize the appropriate template to match your needs.
|
||||||
|
|
||||||
* SSO without Password
|
* Authenticate with SSO using an External Browser Popup
|
||||||
* SSO with Password
|
* Authenticate with SSO Specifying Provider, Username, and Password
|
||||||
* Non-SSO
|
* Authenticate with Username and Password
|
||||||
|
|
||||||
The choice of a template depends on how your Snowflake user will be authenticated. 
|
The choice of a template depends on how your Snowflake user will be authenticated. 
|
||||||
|
|
||||||
@ -112,7 +112,9 @@ Please select the form of authentication you will use for Snowflake and select t
|
|||||||
Note: The `source.config` field in the configuration JSON will include the majority of the settings for your connector. In the steps below we describe how to customize the key-value pairs in the `source.config` field to meet your needs.
|
Note: The `source.config` field in the configuration JSON will include the majority of the settings for your connector. In the steps below we describe how to customize the key-value pairs in the `source.config` field to meet your needs.
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
|
|
||||||
#### SSO without Password
|
#### Authenticate with SSO using an External Browser Popup
|
||||||
|
|
||||||
|
Use this method to test metadata ingestion on a Snowflake instance to which you authenticate using single-sign-on (SSO). This method will pop up a browser window to enable you to authenticate using your SSO method. 
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -156,7 +158,9 @@ Note: The `source.config` field in the configuration JSON will include the major
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### SSO with Password
|
#### Authenticate with SSO Specifying Provider, Username, and Password
|
||||||
|
|
||||||
|
Use this method to test metadata ingestion on a Snowflake instance to which you authenticate using single-sign-on (SSO). Using this method, you will specify a url for your authentication provider and a username and password that will authenticate against this provider.  
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -201,7 +205,9 @@ Note: The `source.config` field in the configuration JSON will include the major
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Non-SSO
|
#### Authenticate with Username and Password
|
||||||
|
|
||||||
|
Use this method in production OpenMetadata deployments in which you plan to configure scheduled metadata ingestion. For this method your Snowflake instance must support authentication using username and password. 
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user