Replies: 15 comments 27 replies
-
Thanks for making dotenv-vault. It's the logical continuation to .env Do you guys plan to add 2FA on the GUI and CLI ?
Thanks ! |
Beta Was this translation helpful? Give feedback.
-
I thought i post these points in this topic because they are probably more feature requests then issues. Nr. 1The default development environment is set to Nr. 2Pulling the environment with IT token will always write into the Nr. 3A quick edit button for the secret in the DotENV Web UI would be desirable. Nr. 4The DotENV Vault extension is not avilable for coder/code-server VSCode Web . Nr. 5About 14 million people using Material Icon Theme Extension. Side NoteOn the whole it is a very good development experience and i hope for future improvement! |
Beta Was this translation helpful? Give feedback.
-
Could the slack app support private channels? They currently do not show up in the list of channels, even after inviting the bot to the channel |
Beta Was this translation helpful? Give feedback.
-
We like this tool, Thanks for this, the result in the vault, after push will be: Why is that? I like to keep those placeholders in there for offius reasons. And would it be possible in the GUI, that you can copy/apply the value from one .env to the others. Maybe next to the copy icon, copy to other environment? especially for key's that you use for 3th party api's that are the same for all environments. Again, thanks for this great tool, Dimitri |
Beta Was this translation helpful? Give feedback.
-
Hey guys, I don't see it in the documentation, but it's possible I just missed it. You can specify a custom path for dotenv files (config/.env for example) but as far as I can tell, you can only sync a .env in the root directory. Am I missing something? Is this in the plan, or is having non-root .env files nonstandard, and I should just learn to keep them in root project directory? |
Beta Was this translation helpful? Give feedback.
-
You can use a complete path to a .env when you pull or push
Op wo 26 okt. 2022 02:55 schreef Marc Hurst ***@***.***>:
… Hey guys,
I don't see it in the documentation, but it's possible I just missed it.
You can specify a custom path for dotenv files (config/.env for example)
but as far as I can tell, you can only sync a .env in the root directory.
Am I missing something? Is this in the plan, or is having non-root .env
files nonstandard, and I should just learn to keep them in root project
directory?
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEN2MP6CGU5FWAAN3FAEDX3WFB6P5ANCNFSM54WMYVNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, Is there a way I can use the encrypted Something like |
Beta Was this translation helpful? Give feedback.
-
Amazing work! I have a team using this for a mobile app, we are however using Fastlane to handle deployments. I would love to see a Fastlane plugin for this! |
Beta Was this translation helpful? Give feedback.
-
Hey @motdotla! I've just got two suggestions at the moment :D 1, UI should include a way to group related keys together Many devs use comments to break up their env files, and this is lost with vault currently, if you included a syntax for comment grouping that could translate into the local file as well that'd be awesome:
would translate to an "Oauth" accordian in the UI, and if you went UI -> .env it would generate with the comments in place 2. Setting up a monorepo example. One of the key value points with Vault is the ability to simplify difficult systems, and nothing is more annoying than setting up secrets for a monorepo with multiple projects that deploy separately and all share the same keys :) The key thing this would show is:
|
Beta Was this translation helpful? Give feedback.
-
Hello, is it possible to push .env.local file? |
Beta Was this translation helpful? Give feedback.
-
I just tried dotenv-vault on my monorepo lab: https://github.com/jgoux/acme and I think the support for monorepo isn't there yet. My goal:
In the end I think dotenv-vault is almost there for monorepos with a proper documentation, but it's not usable in its current state without being able to scope the DOTENV_ME token to multiple projects. Having to login per project in the monorepo is a dealbreaker to me, and it would be complicated to handle all the DOTENV_ME secrets in CI and other environments. It must be one "dotenv-vault pull" to pull all the secrets across the monorepo. |
Beta Was this translation helpful? Give feedback.
-
Hi, First of all, thanks for dotenv-vault ! Basically before, we were able to tell doppler which env it needs to use at runtime ( Most of the time tho. I think I just want to use the same env than everyone in the team is using, hence using directly what's inside the Currently I'm able to achieve what I want with |
Beta Was this translation helpful? Give feedback.
-
So there's https://dotenv.org/ (the TOS say Dotenv ("Company")) and https://dotenvx.com/ (the TOS say Dotenvx ("Company")). There are different Github orgs, different X accounts, different "companies" (but without any details). Both use the same logo and the same tagline "dotenv. better.". Neither project references the other. Are both legit? What's the relationship? Is one a scam? It all looks suspicious, perhaps unnecessarily. Some clarification would be useful. The projects that are about secret management are a bit too secretive themselves for my taste. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to merge envs from remote and local? Example where this can be useful: in development I need to use the company auth api keys since we cant replicate that locally, but yet we still need to setup our own database. So it gets kinda cumbersome to maintain two env files, it would be cool if we could allow dotenv to merge two different env files to avoid duplication and allow us to only override the envs we actually need. That way we could still be in sync with the vault, and have the changes we need to make it work locally too. |
Beta Was this translation helpful? Give feedback.
-
Not really a fan of having 6 files to handle env |
Beta Was this translation helpful? Give feedback.
-
Post your feedback, suggestions, and feature requests here.
dotenv-vault is great but it's just getting started. We have a long way to go to improve the DSX (developer security experience) around managing secrets and environment variables.
Share your ideas to improve its capabilities and improve that experience. Thank you for using dotenv-vault. 🙏🎩
Beta Was this translation helpful? Give feedback.
All reactions