-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#6229] docs: add fileset credential vending example #6231
Conversation
|
||
### How to access ADLS fileset with credential | ||
```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we need to move this example forward and put it with example without credential?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we mix the example with the example without credentials, it will be hard to distinguish them especially in fileset client side
@mchades Would you like to take a look? |
docs/hadoop-catalog-with-adls.md
Outdated
```shell | ||
curl -X POST -H "Accept: application/vnd.gravitino.v1+json" \ | ||
-H "Content-Type: application/json" -d '{ | ||
"name": "example_catalog", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please rename example_catalog
to make it related to adls
? the same goes for S3, GCS and OSS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
### What changes were proposed in this pull request? add credential vending document for fileset ### Why are the changes needed? Fix: #6229 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? just document
What changes were proposed in this pull request?
add credential vending document for fileset
Why are the changes needed?
Fix: #6229
Does this PR introduce any user-facing change?
no
How was this patch tested?
just document