We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you deploy a project with -l debug that contains any of these keywords here as names of environment variables
-l debug
serverless-toolkit/packages/twilio-run/src/utils/debug.ts
Lines 20 to 28 in 250165b
The environments variables will be uploaded as [REDACTED] instead.
[REDACTED]
The environment variables get uploaded the exact way they are referenced but the logs show them as [REDACTED].
twilio serverless:init sample cd sample echo "API_SECRET=something" >> .env twilio serverless:deploy -l debug twilio serverless:env:get --key API_SECRET # shows [REDACTED] twilio serverless:deploy twilio serverless:env:get --key API_SECRET # shows actual value something # both should be "something"
Node.js: 12.22.1 @twilio/runtime-handler: 1.1.3 @twilio-labs/plugin-serverless: 2.2.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actual Behavior
If you deploy a project with
-l debug
that contains any of these keywords here as names of environment variablesserverless-toolkit/packages/twilio-run/src/utils/debug.ts
Lines 20 to 28 in 250165b
The environments variables will be uploaded as
[REDACTED]
instead.Expected Behavior
The environment variables get uploaded the exact way they are referenced but the logs show them as
[REDACTED]
.How to Reproduce
Versions
Node.js: 12.22.1
@twilio/runtime-handler: 1.1.3
@twilio-labs/plugin-serverless: 2.2.2
The text was updated successfully, but these errors were encountered: