it1
(IT Nemuru)
July 2, 2019, 12:46pm
1
Hello we are developing using POSTMAN, which is great by the way.
Our devel environment is in local through Docker Containers, every developer has its own instance.
So, once we sync, the team gets the same token and this only works for 1 person.
¿Is there ny way to not to sync Auth tokens?
I believe this has been answered:
When using shared collections with teams, the environment variables that one person creates get shared out to everyone. This can be useful in 2 scenarios:
In case of sensitive data, like internal URLs
In case of dev instances of the same application. When dev teams are using the same collection to test their own individual endpoints, environments get really cluttered.
This feature may also partially solve the need for a private/onsite instance, see feature request on github by another user ht…
TL;DR - Only values that are set as “Initial Value” for an environment are synced with your team members. The “current values” for an environment are private.
Here’s an example of my environment that is used across the company, I’ve deleted other sensitive data from the screenshot for obvious reasons
So when a user that is part of the workspace selects this environment, they will not have the “auth-token: 9847583475ugjhghuirtoigh895h” env variable.
1 Like