fix(docs): fixing miscellaneous docs (#2899)

This commit is contained in:
John Joyce 2021-07-16 09:18:50 -07:00 committed by GitHub
parent ae014bf2e1
commit cc65b4cadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ AUTH_OIDC_CLIENT_ID=your-client-id
AUTH_OIDC_CLIENT_SECRET=your-client-secret
AUTH_OIDC_DISCOVERY_URI=https://accounts.google.com/.well-known/openid-configuration
AUTH_OIDC_BASE_URL=your-datahub-url
AUTH_OIDC_SCOPE="openid email"
AUTH_OIDC_USER_NAME_CLAIM=email
AUTH_OIDC_USER_NAME_CLAIM_REGEX=([^@]+)
```

View File

@ -40,7 +40,7 @@ urn of the entity to retrieve.
For example, to fetch a Chart entity, we can use the following CURL:
```
curl --location --request GET 'http://localhost:8080/entities?action=get&urn=urn:li:chart:customers
curl --location --request GET 'http://localhost:8080/entities/urn%3Ali%3Achart%3Acustomers
```
As you'll notice, we perform the lookup using the url-encoded *Urn* associated with an entity.