amphi-ai / amphi-etl

Python-based Low-code ETL for data manipulation and transformation. Generates Python code you can deploy anywhere.

Home Page:https://amphi.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A connection and credentials manager

simonaubertbd opened this issue · comments

Hello,

Instead of always writing credentials and connections settings, it would be cool to store it in a manager (of course,not in clear ^^)

Best regards,

Simon

Yes, it's in the works, have started working on it :)

The approach I've taken for now is to allow the use of environment variables from .env files. Cloud credential managers will come in the short term with AWS secret manager.
Something to test maybe is the integration with laptop credential managers with https://github.com/jaraco/keyring.

In terms of connections, starting in the 5.0.0 release you'll be able to create connections and save them as components so that you can reuse them across pipelines.
Stay tune :)

Connection management released in the 0.5 :)
Not really a credential manager, but those will come later!