PaloAltoNetworks / pcs-postman

Postman collections for Prisma Cloud
ISC License
74 stars 84 forks source link

Move credentials to environment variables #7

Closed timekillerj closed 3 years ago

timekillerj commented 3 years ago

Description

Moves ACCESS KEY and SECRET KEY to environment to support multiple tenants easily

Motivation and Context

By moving the login credentials we accomplish a few things: 1) Only have to update the access and secret keys in one place instead of doing it in 2 collection login bodies 2) Allows you to create multiple environments to easily switch between tenants without changing credentials

How Has This Been Tested?

Tested locally in Postman

Types of changes

Checklist