182

Postman teams plan no longer free.

you are viewing a single comment's thread
view the rest of the comments
[-] onlinepersona@programming.dev 4 points 5 days ago* (last edited 5 days ago)

Ran into this at work too. They just nixed the free group tier. I hope here are opensource alternatives we can pay for.

[-] wdx@feddit.org 2 points 4 days ago

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.

[-] onlinepersona@programming.dev 1 points 3 days ago

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?

[-] wdx@feddit.org 1 points 2 days ago* (last edited 2 days ago)

We only have 1 Secret we need to manage. The API we develop is secured via Token-based OIDC. While Bruno does support OIDC, they don't yet support token based OIDC. So we have a pre-request script that does the auth flow and stores the resulting jwt in a runtime variable.

this way we only need to define a long lived service account json defining all we need for the auth flow. The /token endpoint is not a secret and we can commit it.

So this SA is created manually for every developer for every of our 3 stages

[-] pinball_wizard@lemmy.zip 1 points 3 days ago

If you lack Vault, occasionally dropping the .env file contents into a shared (appropriately secured) BitWarden or KeePass vault will get the job done.

this post was submitted on 05 Mar 2026
182 points (95.5% liked)

Programmer Humor

30268 readers
2387 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS