idea-1password icon indicating copy to clipboard operation
idea-1password copied to clipboard

Ability to access 1Password secret in HTTP Client

Open bric3 opened this issue 1 year ago • 0 comments

In IntelliJ Ultimate there's an HTTP client, the client has a concept of private environment file, where one can put secret(s) that will be used by the HTTP Client.

image

This would be very practical to not store secrets in this file, but to actual fetch them from 1Password.

E.g. assuming the command to get the secret would be op item get "finnhub" --fields "token".

Screenshot 2022-12-08 at 11 04 26

But yet again IntelliJ SDK has to provide the necessary facilities to make this possible.

bric3 avatar Dec 08 '22 10:12 bric3