shyim / idea-1password

Integrate 1Password into Intellij based IDEs
Apache License 2.0
21 stars 5 forks source link

Ability to provide secret as argument value in run configuration #2

Closed bric3 closed 9 months ago

bric3 commented 1 year ago

Similarly to #1 it might also be useful in some case to be able to have argument provider whose value is a secret that can be fetched in 1Password.

image
op item get "finnhub" --fields "token"

That said I understand that the IntelliJ SDK must provide a facility for such a feature.

shyim commented 9 months ago

That should work now with https://github.com/shyim/idea-1password/pull/11