Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
15.73k stars 985 forks source link

Looser coupling for projects in the SDK #2773

Open dbsanfte opened 2 days ago

dbsanfte commented 2 days ago

Feature description

Presently in e.g. the Python SDK you need to couple tightly to a project by its GUID:

image

It would be nice if you could couple loosely by its name instead.

project_name="my-project-name"

Why would it be useful?

Less intervention by users/myself to fetch a GUID when a project name is all I should need. I'm thinking of Golden Template clones in a Github repo, where I know the project name because it should match the Github repo name... but no, I need to go to Infisical to fetch an arbitrary GUID ID. 😢

Additional context

My developers raised this to me.