Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
2 years agoHow to provide secrets as env vars during VS Code debug session (Python)?
I've been looking for a soln that allows me to provide my secrets to services that doesn't require me to store them in an unencrypted format on my machine. op run works brilliantly with secret refe...
Former Member
2 years agoI took a look at the extension and installed it. Unless I missed something, it seems like this helps with browsing your 1password values and inserting references.
What I'm trying to do is understand the right way to configure a Launch configuration that utilizes one password to inject its secrets into the runtime so they can be utilized during debugging. The obvious choice I think is to set the launch configuration to run op run
, but I'm not sure if this will break debugging due to something like process forking. I'll continue to experiment and report back.