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
CommunitUser123
12 days agoNew Contributor
1Password with IntelliJ IDEA and AWS ToolKit
Hi there, I have setup the AWS 1Password cli extension and it works like charm. Thanks for this awesome tool which makes my developer day more productive and more secure! I am using IntelliJ IDEA...
1P_Phil
1Password Team
11 days agoHi,
Thanks for your comment, I'll take this back as a feature request. For the time being a work around is the 1Password CLI (op run command) you can inject variables at runtime into something like a .env file that looks like this. I'm not a Java Dev, but it looks like there is a package called "DotEnv" that will give you access to .env file and then you could specify the paths to your variables like below.
https://developer.1password.com/docs/cli/secrets-environment-variables/
Regards,
Phil