Postman teams plan no longer free.

  • wdx@feddit.org
    link
    fedilink
    arrow-up
    2
    ·
    2 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
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 hours 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?

      • pinball_wizard@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        10 hours 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.