mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 17:02:03 +00:00
fix(docs): fixing miscellaneous docs (#2899)
This commit is contained in:
parent
ae014bf2e1
commit
cc65b4cadd
@ -79,6 +79,7 @@ AUTH_OIDC_CLIENT_ID=your-client-id
|
|||||||
AUTH_OIDC_CLIENT_SECRET=your-client-secret
|
AUTH_OIDC_CLIENT_SECRET=your-client-secret
|
||||||
AUTH_OIDC_DISCOVERY_URI=https://accounts.google.com/.well-known/openid-configuration
|
AUTH_OIDC_DISCOVERY_URI=https://accounts.google.com/.well-known/openid-configuration
|
||||||
AUTH_OIDC_BASE_URL=your-datahub-url
|
AUTH_OIDC_BASE_URL=your-datahub-url
|
||||||
|
AUTH_OIDC_SCOPE="openid email"
|
||||||
AUTH_OIDC_USER_NAME_CLAIM=email
|
AUTH_OIDC_USER_NAME_CLAIM=email
|
||||||
AUTH_OIDC_USER_NAME_CLAIM_REGEX=([^@]+)
|
AUTH_OIDC_USER_NAME_CLAIM_REGEX=([^@]+)
|
||||||
```
|
```
|
||||||
|
|||||||
@ -40,7 +40,7 @@ urn of the entity to retrieve.
|
|||||||
For example, to fetch a Chart entity, we can use the following CURL:
|
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.
|
As you'll notice, we perform the lookup using the url-encoded *Urn* associated with an entity.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user