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-squareonlinepersona@programming.devlinkfedilinkarrow-up0·13 days agoRan into this at work too. They just nixed the free group tier. I hope here are opensource alternatives we can pay for.
minus-squarewdx@feddit.orglinkfedilinkarrow-up0·12 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?
Ran into this at work too. They just nixed the free group tier. I hope here are opensource alternatives we can pay for.
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?