DOC: Add REST catalog authentication properties documentation#14143
Closed
kuldeep27396 wants to merge 3 commits intoapache:mainfrom
Closed
DOC: Add REST catalog authentication properties documentation#14143kuldeep27396 wants to merge 3 commits intoapache:mainfrom
kuldeep27396 wants to merge 3 commits intoapache:mainfrom
Conversation
Add a new section documenting REST catalog authentication properties including: - Authentication types (none, basic, oauth2, sigv4, google) - Basic authentication properties - OAuth2 authentication properties - Token management properties This addresses issue apache#13209 by providing comprehensive documentation for REST catalog authentication configuration.
nastra
reviewed
Sep 22, 2025
nastra
reviewed
Sep 22, 2025
nastra
reviewed
Sep 22, 2025
Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>
Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>
nastra
reviewed
Sep 23, 2025
| | audience | null | Optional audience parameter for OAuth2 | | ||
| | resource | null | Optional resource parameter for OAuth2 | | ||
| | rest.auth.sigv4.delegate-auth-type| oauth2 | Delegate auth type for SigV4 authentication | | ||
|
|
Contributor
There was a problem hiding this comment.
For google we need to also document these:
Contributor
There was a problem hiding this comment.
In fact I would probably extract this into its own small table that is specific to google. Then we should do the same for oauth2 and the other auth types
Contributor
|
I just realized that there's also #14065, which does the same thing and was opened a while earlier than this PR. I think we should close this one and get 14065 in |
Contributor
|
I'll go ahead and close this one since #14065 got merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new section documenting REST catalog authentication properties including:
This addresses issue #13209 by providing comprehensive documentation for REST catalog authentication configuration.