Support for other AuthN methods (E.g.:- LDAP) #1007
Replies: 2 comments
-
Hey @metalshanked, thanks for the issue. Which IdP are you using? Are you sure OAuth2 is not available? We are looking into SPIRE / SPIFFE to bridge the gap. |
Beta Was this translation helpful? Give feedback.
-
Converting it into a discussion as this is more of an Ecosystem Topic than a Lakekeeper Issue. |
Beta Was this translation helpful? Give feedback.
-
Currently, the ICEBERG REST Server implementations need Oauth2 flows.
Is there a way to support alternate AuthN methods like LDAP?
Example:- Connect from Trino to Iceberg Rest server. The only options currently are NONE or OAUTH2 (Client Credentials Flow).
The client_credentials flow is not useful since there would be no integration with LDAP (Like using keycloak for example)
Is there a way to use LDAP to connect to an Iceberg REST Server like Lakekeeper?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions