GitBook: [main] 4 pages modified

This commit is contained in:
Suresh Srinivas 2021-09-01 23:29:30 +00:00 committed by gitbook-bot
parent c05cc2c37d
commit fd59b1a801
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
4 changed files with 14 additions and 5 deletions

View File

@ -8,4 +8,5 @@ Follow the sections in this guide to set up Google SSO.
{% page-ref page="auth0-config.md" %}
{% page-ref page="configure-security-ingestion.md" %}
{% page-ref page="configure-security-ingestion.md" %}

View File

@ -18,6 +18,7 @@
## Step 2: Create a new Application
* Once you are on the Dashboard Page, click on `Application > Application` \
available on the left-hand side panel.
![Alt text](https://user-images.githubusercontent.com/83201188/130019122-2435ada0-3321-46a6-a17b-dfb6bb589182.png)
@ -38,4 +39,5 @@
* You will find you `Client ID`, `Client Secret` and `Domain`.
![Alt text](https://user-images.githubusercontent.com/83201188/130020071-63828d70-a809-4869-b7c1-7284d648bd59.png)
![Alt text](https://user-images.githubusercontent.com/83201188/130020071-63828d70-a809-4869-b7c1-7284d648bd59.png)

View File

@ -2,7 +2,7 @@
description: This is a guide to create ingestion bot service account.
---
# Create Service Account/Client-Credential Flow
# Create Service Account
## Step 1: Enable Client-Credential
@ -70,7 +70,9 @@ description: This is a guide to create ingestion bot service account.
![Alt text](https://user-images.githubusercontent.com/83201188/130190090-b0458fc0-7642-46f1-9344-ad8706dd2625.png)
* Select which permissions (scopes) should be granted to the client. \
Click on `Update`.
* Select which permissions \(scopes\) should be granted to the client. \
Click on `Update`.
![Alt text](https://user-images.githubusercontent.com/83201188/130190076-28e2e11a-273d-491e-b998-db81bf1fb813.png)

View File

@ -23,6 +23,9 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
```bash
python3 -m pip install 'openmetadata-ingestion[sample-tables, elasticsearch]'
python3 -m spacy download en_core_web_sm
git clone https://github.com/open-metadata/OpenMetadata.git
cd OpenMetadata/ingestion
```
{% endtab %}
@ -61,6 +64,7 @@ docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elas
Index sample data in ElasticSearch:
```bash
cd OpenMetadata/ingestion
metadata ingest -c ./pipelines/metadata_to_es.json
```