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
11 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 and the AWS toolkit plugin for it to connect to my instances. However, the plugin seems not to pickup the 1Password extension and fails to load the profiles which are tied to 1Password.
Could you elaborate on how to make an integration possible? This could help a lot of users as this plugin is very popular among IntelliJ users.
Cheers!
- 1P_Phil
1Password Team
Hi,
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