hansetag / iceberg-catalog

A Rust implementation of the Iceberg REST Catalog specification.
Apache License 2.0
64 stars 5 forks source link

Multi-Tenant Authentication #111

Open c-thiel opened 2 weeks ago

c-thiel commented 2 weeks ago

Currently we support a single OIDC and validate exp and iss for a valid signature. With this issue we want extend our Authentication to handle multi-tenant setups and add support for opaque tokens.

Work items of this issue: