azure-devops-python-api icon indicating copy to clipboard operation
azure-devops-python-api copied to clipboard

PAT token security

Open weevil44 opened this issue 1 year ago • 1 comments

Isn't it generally a bad idea to include your PAT token in the file? Even if I am just putting it in for testing, seems ripe for accidentally checking it in to source control. What is the suggestion for a more secure method?

weevil44 avatar Feb 22 '24 14:02 weevil44

Depends entirely on your deployment environment, some environments allow setting environment variables, then the token will be protected from ending up in version control.

typorian avatar Apr 24 '24 13:04 typorian