dhruv3006@lemmy.world to Programmer Humor@programming.dev · 13 days agoPostman Strikes Againlemmy.worldimagemessage-square23linkfedilinkarrow-up11file-text
arrow-up11imagePostman Strikes Againlemmy.worlddhruv3006@lemmy.world to Programmer Humor@programming.dev · 13 days agomessage-square23linkfedilinkfile-text
minus-squarewdx@feddit.orglinkfedilinkarrow-up0·11 days agoour team uses Bruno. We have nothing to complain about. And each request being a simple text file you can check into git is also really great.
minus-squareonlinepersona@programming.devlinkfedilinkEnglisharrow-up0·10 days agoHow do you handle secrets? Env vars as described in the docs don’t seem like a solution for a team and we don’t have a vault provider. I was hoping it would have support for encrypting the files with a password or something. What’s your solution?
our team uses Bruno. We have nothing to complain about. And each request being a simple text file you can check into git is also really great.
How do you handle secrets? Env vars as described in the docs don’t seem like a solution for a team and we don’t have a vault provider. I was hoping it would have support for encrypting the files with a password or something. What’s your solution?