is infisical suited for open source projects that want to share their env file with contributors? #386
Replies: 2 comments 4 replies
-
Hey Samuel, as I understand you would like your contributors to pull development secrets via Infisical without providing a .env file? If so, you can quickly achieve this by creating a project in Infisical and creating a service token for the development environment of that project. You can then commit this service token as a part of your development start command so then whenever contributors start up their project, it will pull in the latest secrets from Infisical. Currently, the service token has a lifetime of 1 year after which it will expire but I assume you need a permanent service token as once it is committed and forked, it won't really be changed. I can quickly make a new option that allows you to choose a 'never expire' service token. I can have this done before Friday of this week, does this work for you? Also, you should join our slack for quicker replies https://join.slack.com/t/infisical-users/shared_invite/zt-1kdbk07ro-RtoyEt_9E~fyzGo_xQYP6g |
Beta Was this translation helpful? Give feedback.
-
We currently don't auto-revoke service tokens that are committed to a repo; however, this will be a great feature to have. I'll add it to our road map. As for exporting .env in your container, I'd be happy to do that for you. Please link me to your docker file and I'll add the PR to export the .env file into your container |
Beta Was this translation helpful? Give feedback.
-
See opral/monorepo#312 (comment)
Beta Was this translation helpful? Give feedback.
All reactions