apache/gravitino

[Improvement] Add tlsConfigurer for Gravitino

Open

#9,836 opened on Jan 31, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (887 forks)auto 404
help wantedimprovement

Repository metrics

Stars
 (3,058 stars)
PR merge metrics
 (PR metrics pending)

Description

What would you like to be improved?

In many scenarios, we need to trust clients. A recommended approach is to issue SSL certificates to trusted clients, ensuring that only authorized clients can access the service.

How should we improve?

We can refer to https://github.com/apache/iceberg/pull/13190

Contributor guide