oracle / dbt-oracle

dbt (data build tool) adapter for Oracle Autonomous Database
https://docs.getdbt.com/docs/core/connect-data-platform/oracle-setup
Apache License 2.0
48 stars 17 forks source link

Kerberos Support for On-prem Kerberized Oracle databases #157

Open aadishsanghvi opened 1 week ago

aadishsanghvi commented 1 week ago

Describe the Feature

I am trying to use this adapter to connect to my Oracle database which only supports kerberos for authentication and username/password is not supported. Can we please add this feature to the adapter or show me how to leverage this if already implemented ?

Describe alternatives you've considered

No response

Who will this benefit?

All users of a kerberized Oracle database

Anything else?

No response

aosingh commented 5 days ago

We are investigating this. We use python-oracledb as the underlying database driver. So, any external authentication method needs to be supported by the driver

aadishsanghvi commented 4 days ago

As I understand python-oracledb does support kerberos auth in thick mode