airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.16k stars 4.13k forks source link

Support reading from existing secrets in secrets manager #28367

Open SayonB opened 1 year ago

SayonB commented 1 year ago

What area the feature impact?

Airbyte Platform

Revelant Information

It looks like you guys support writing to a secrets store for any secrets (#837), however, how do I set airbyte to read a secret from an existing secret store.

More specifically, I'm setting up a source that requires and API key, and I don't want to have my team type that API key in, I would like for them to just state the name of the existing secret in google secrets manager

berosen commented 1 year ago

Hey all, I'd be interested in this feature as well and just wanted to add some further information as to why I see this as useful.

I'd be happy to submit a PR for this as well!

octavia-squidington-iii commented 1 week ago

At Airbyte, we seek to be clear about the project priorities and roadmap. This issue has not had any activity for 180 days, suggesting that it's not as critical as others. It's possible it has already been fixed. It is being marked as stale and will be closed in 20 days if there is no activity. To keep it open, please comment to let us know why it is important to you and if it is still reproducible on recent versions of Airbyte.

kenske commented 6 days ago

This is definitely still needed. I'm getting around this using a job that is triggered every time credentials are rotated and calls the Airbyte API to update the secret, but it would be nice to not need this sort of hack.