Constant in a sensitive data string are quoted
lbetz opened this issue · 0 comments
lbetz commented
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.