IBM / gauge-api-steps

A Python module providing reusable Gauge steps for API testing
MIT License
6 stars 2 forks source link

Mask secrets #46

Closed derdualist closed 2 months ago

derdualist commented 3 months ago

It should be possible to mask any secret property or environment variable.

Could be done with another property, that lists all property names which contain secrets.

DanielKuehnPanda commented 3 months ago

Does this here help: https://www.geeksforgeeks.org/how-to-hide-sensitive-credentials-using-python/