标签: api security postman postman-collection-runner
出于安全原因,当我导出postman的环境变量.json时,我不想将用户名和密码推送到我的github帐户,因此我想映射值或从运行环境变量中获取值机器
答案 0 :(得分:1)
Postman当前不支持此功能。
https://github.com/postmanlabs/postman-app-support/issues/1603
最好的选择是在运行时使用包装脚本将变量替换为用户名,密码等。