-
Notifications
You must be signed in to change notification settings - Fork 47
New Iceberg catalog authentication properties #1054
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
Merged
kbatuigas
merged 60 commits into
main
from
DOC-1174-Iceberg-catalog-authentication-updates
Apr 7, 2025
Merged
New Iceberg catalog authentication properties #1054
kbatuigas
merged 60 commits into
main
from
DOC-1174-Iceberg-catalog-authentication-updates
Apr 7, 2025
Conversation
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
This reverts commit 8b09d9a.
This reverts commit 2a6f5a1.
This reverts commit fbf0815.
Co-authored-by: Joyce Fee <[email protected]> Co-authored-by: Joyce Fee <[email protected]>
Co-authored-by: Michele Cyran <[email protected]>
Co-authored-by: Kat Batuigas <[email protected]>
Co-authored-by: Martin Schneppenheim <[email protected]> Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Joyce Fee <[email protected]>
Co-authored-by: Jake Cahill <[email protected]>
This reverts commit c129523.
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Angela Simms <[email protected]>
Contributor
|
All the changes LGTM, however we may need to call out the property EDIT: Oh, and |
WillemKauf
reviewed
Apr 5, 2025
Co-authored-by: Willem Kaufmann <[email protected]>
WillemKauf
reviewed
Apr 5, 2025
WillemKauf
reviewed
Apr 5, 2025
…led for new installs (#965) Co-authored-by: Andrew Stucki <[email protected]> Co-authored-by: David Yu <[email protected]> Co-authored-by: Joyce Fee <[email protected]> Co-authored-by: Joyce Fee <[email protected]> Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Chris Seto <[email protected]> Co-authored-by: Angela Simms <[email protected]>
Co-authored-by: Michele Cyran <[email protected]> Co-authored-by: Joyce Fee <[email protected]> Co-authored-by: Suslik Da-Rete <[email protected]> Co-authored-by: Rogger Vasquez <[email protected]> Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Yaniv Ben Hemo <[email protected]> Co-authored-by: Kat Batuigas <[email protected]> Co-authored-by: Paulo Borges <[email protected]> Co-authored-by: Bill Chambers <[email protected]> Co-authored-by: David Yu <[email protected]> Co-authored-by: Angela Simms <[email protected]> Co-authored-by: Joyce Fee <[email protected]> Co-authored-by: Martin Schneppenheim <[email protected]> Co-authored-by: Stephan Dollberg <[email protected]> Co-authored-by: Andrew Stucki <[email protected]> Co-authored-by: Chris Seto <[email protected]>
Feediver1
reviewed
Apr 7, 2025
Feediver1
reviewed
Apr 7, 2025
Co-authored-by: Joyce Fee <[email protected]> Co-authored-by: Willem Kaufmann <[email protected]>
Feediver1
approved these changes
Apr 7, 2025
…eberg-catalog-authentication-updates
WillemKauf
approved these changes
Apr 7, 2025
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.
Description
This pull request includes updates to the documentation for configuring Redpanda clusters to enable Iceberg on a topic and integrate with a Snowflake catalog. The main changes introduce new configuration properties for authentication modes and update existing examples to reflect these changes.
Documentation updates for Iceberg configuration:
modules/manage/pages/iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc: Addediceberg_rest_catalog_authentication_modeproperty to specify the authentication mode for the REST catalog.modules/manage/partials/iceberg/use-iceberg-catalogs.adoc:iceberg_rest_catalog_authentication_modeproperty to the list of cluster configuration properties, with options foroauth2,bearer, andnone(default).iceberg_rest_catalog_authentication_modeand adjusted related properties accordingly.Resolves https://redpandadata.atlassian.net/browse/
Review deadline: 8 Apr
Page previews
Use Iceberg Catalogs > Connect to a REST catalog
Checks