Skip to content
New issue

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

Constant in a sensitive data string are quoted #694

Closed
lbetz opened this issue Dec 17, 2021 · 0 comments
Closed

Constant in a sensitive data string are quoted #694

lbetz opened this issue Dec 17, 2021 · 0 comments
Labels
Milestone

Comments

@lbetz
Copy link
Contributor

lbetz commented Dec 17, 2021

object ApiListener "api" {
ticket_salt = "TicketSalt"
}

because ticket_salt as argument is converted to sensitive and will be quoted (see -:"TicketSalt" in parser). Possible solution, do not add -:"*" to constants.

@lbetz lbetz added the bug label Dec 17, 2021
@lbetz lbetz added this to the v3.2.1 milestone Dec 17, 2021
@lbetz lbetz closed this as completed in 03c8f5d Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant