You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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') |
| 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') |
0 commit comments