diff --git a/docs/install/enable-security/auth0-sso/README.md b/docs/install/enable-security/auth0-sso/README.md index 63dfe7134c5..c0c11d4b65e 100644 --- a/docs/install/enable-security/auth0-sso/README.md +++ b/docs/install/enable-security/auth0-sso/README.md @@ -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" %} \ No newline at end of file +{% page-ref page="configure-security-ingestion.md" %} + diff --git a/docs/install/enable-security/auth0-sso/auth0-server-creds.md b/docs/install/enable-security/auth0-sso/auth0-server-creds.md index b0874335f8c..b02f82a515f 100644 --- a/docs/install/enable-security/auth0-sso/auth0-server-creds.md +++ b/docs/install/enable-security/auth0-sso/auth0-server-creds.md @@ -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) \ No newline at end of file +![Alt text](https://user-images.githubusercontent.com/83201188/130020071-63828d70-a809-4869-b7c1-7284d648bd59.png) + diff --git a/docs/install/enable-security/auth0-sso/create-ingestion-service-account.md b/docs/install/enable-security/auth0-sso/create-ingestion-service-account.md index f8c0cf83033..e48a9f06eb0 100644 --- a/docs/install/enable-security/auth0-sso/create-ingestion-service-account.md +++ b/docs/install/enable-security/auth0-sso/create-ingestion-service-account.md @@ -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) + diff --git a/docs/install/metadata-ingestion/ingest-sample-data.md b/docs/install/metadata-ingestion/ingest-sample-data.md index 55db1b0d8b7..daa5e3aa3e6 100644 --- a/docs/install/metadata-ingestion/ingest-sample-data.md +++ b/docs/install/metadata-ingestion/ingest-sample-data.md @@ -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 ```