Skip to content
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

Update Trino Getting-started example to use default authenticator #877

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

HonahX
Copy link
Contributor

@HonahX HonahX commented Jan 24, 2025

With the update in #804, we switched to "default" authenticator in regtest, we can also use the same setup in the trino example. This PR is a follow-up of #868 to use default authenticator in trino example.

@HonahX HonahX force-pushed the honahx_fix_trino_after_804_review branch from c3e190b to 5d7e237 Compare January 26, 2025 07:26
@HonahX HonahX changed the title [Preview Only] Fix Trino Getting-started Example Simplify Trino Getting-started example setup Jan 26, 2025
@HonahX HonahX changed the title Simplify Trino Getting-started example setup Update Trino Getting-started example to use default authenticator Jan 26, 2025
@@ -21,7 +21,8 @@ connector.name=iceberg
iceberg.catalog.type=rest
iceberg.rest-catalog.uri=http://polaris:8181/api/catalog
iceberg.rest-catalog.security=OAUTH2
iceberg.rest-catalog.oauth2.token=principal:root;realm:default-realm
iceberg.rest-catalog.oauth2.credential=root:s3cr3t
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it consistent with other examples in #859

Copy link
Contributor

@flyrain flyrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with minor comments.

@flyrain flyrain merged commit 33bfaff into apache:main Jan 27, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants