Skip to content

Commit 7688633

Browse files
himadripalhpal
andauthored
Add rest scope to the documentation (#495)
style fix by mdformat Co-authored-by: hpal <[email protected]>
1 parent 43eeee2 commit 7688633

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

mkdocs/docs/configuration.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,17 @@ catalog:
163163
164164
<!-- markdown-link-check-disable -->
165165
166-
| Key | Example | Description |
167-
| ---------------------- | ----------------------- | -------------------------------------------------------------------------------------------------- |
168-
| uri | https://rest-catalog/ws | URI identifying the REST Server |
169-
| ugi | t-1234:secret | Hadoop UGI for Hive client. |
170-
| credential | t-1234:secret | Credential to use for OAuth2 credential flow when initializing the catalog |
171-
| token | FEW23.DFSDF.FSDF | Bearer token value to use for `Authorization` header |
172-
| rest.sigv4-enabled | true | Sign requests to the REST Server using AWS SigV4 protocol |
173-
| rest.signing-region | us-east-1 | The region to use when SigV4 signing a request |
174-
| rest.signing-name | execute-api | The service signing name to use when SigV4 signing a request |
175-
| rest.authorization-url | https://auth-service/cc | Authentication URL to use for client credentials authentication (default: uri + 'v1/oauth/tokens') |
166+
| Key | Example | Description |
167+
| ---------------------- | -------------------------------- | -------------------------------------------------------------------------------------------------- |
168+
| uri | https://rest-catalog/ws | URI identifying the REST Server |
169+
| ugi | t-1234:secret | Hadoop UGI for Hive client. |
170+
| credential | t-1234:secret | Credential to use for OAuth2 credential flow when initializing the catalog |
171+
| token | FEW23.DFSDF.FSDF | Bearer token value to use for `Authorization` header |
172+
| scope | openid offline corpds:ds:profile | Desired scope of the requested security token (default : catalog) |
173+
| rest.sigv4-enabled | true | Sign requests to the REST Server using AWS SigV4 protocol |
174+
| rest.signing-region | us-east-1 | The region to use when SigV4 signing a request |
175+
| rest.signing-name | execute-api | The service signing name to use when SigV4 signing a request |
176+
| rest.authorization-url | https://auth-service/cc | Authentication URL to use for client credentials authentication (default: uri + 'v1/oauth/tokens') |
176177

177178
<!-- markdown-link-check-enable-->
178179

0 commit comments

Comments
 (0)