♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
Presently in e.g. the Python SDK you need to couple tightly to a project by its GUID:
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. 😢
Feature description
Presently in e.g. the Python SDK you need to couple tightly to a project by its GUID:
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.