Skip to content

Implement Polaris #25

Description

@samlamont

Polaris is an implementation of an Iceberg REST catalog that provides "centralized, secure read and write access to your Iceberg tables across different REST-compatible query engines." Ref: https://polaris.apache.org/releases/1.5.0/

Some notes as I understand them currently:

  • It supports fine-grained control of access to realms, catalogs, namespaces, and tables through credential vending.

  • Roles and privileges are defined in polaris as principal roles (ie., "iceberg-catalog-admin" or "iceberg-namespace-restricted-read" which can define table-level privileges). These can be mapped to users via keycloak then registered with polaris so that polaris can understand what privileges correspond to each token it receives.

  • Spark and Trino can be configured to access the polaris catalog(s) (we need to updated create_spark_session() and const.py in teehr)

  • Jupyterhub can be configured to parse the privileges from the user's keycloak token using the JUPYTERHUB_CRYPT_KEY

This is being developed in this branch: https://github.com/RTIInternational/teehr-hub/tree/implement-polaris

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions