Forum Discussion
CommunitUser123
9 months 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
Moderator
9 months 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