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

[Imrovement] Support authentication between Gravitino Trino connector and Gravitino Server #4149

Open
Tracked by #3327
yuqi1129 opened this issue Jul 12, 2024 · 0 comments

Comments

@yuqi1129
Copy link
Contributor

Currently, there is no authentication mechanism between the Trino connector and the Gravitino server, please see:

public void config(GravitinoConfig config, GravitinoAdminClient client) {
this.config = Preconditions.checkNotNull(config, "config is not null");
if (client == null) {
this.gravitinoClient = GravitinoAdminClient.builder(config.getURI()).build();
} else {
this.gravitinoClient = client;
}
}

When Gravitino starts with authentication enabled, then Trino server can't work.

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

No branches or pull requests

1 participant