Merge pull request #258 from copenhagentruckwash/fix-hardcoded-auth-tokens-in-configuration
Sanitize leaked auth tokens in HTTP test env
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dev": {
|
||||
"auth_token_superuser": "0e432395f28bbc3f67093d9cabc2723f4c5b75ec340a12f3e7464b17ff18af38",
|
||||
"auth_token_customer": "60e5748ebc497ad4d476b36d82d3668fff0b7891a9924c817930b50ab106360a",
|
||||
"auth_token_employee": "d3ed2b46ea550522e2ec867e27f62cdfcdd45ada3415c8db20d0f4a8df157ecf",
|
||||
"auth_token_license_plate_scanner": "28f132fb79b76a85657d700e20f65f20bdd29ff790d1e17f39eec4fc6d116367",
|
||||
"auth_token_superuser": "REPLACE_WITH_DEV_SUPERUSER_TOKEN",
|
||||
"auth_token_customer": "REPLACE_WITH_DEV_CUSTOMER_TOKEN",
|
||||
"auth_token_employee": "REPLACE_WITH_DEV_EMPLOYEE_TOKEN",
|
||||
"auth_token_license_plate_scanner": "REPLACE_WITH_DEV_LICENSE_PLATE_SCANNER_TOKEN",
|
||||
"auth_token_invalid": "invalid_dev_secret_key"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user