Slackbot
05/23/2023, 10:37 PMCorporate Gadfly
05/24/2023, 12:05 AMError: Failed to apply catalog: Could not parse the PKCS7: no start line
rusty
05/24/2023, 5:16 PM$vmagent_args
is already a Sensitive, or am I misremembering?Corporate Gadfly
05/24/2023, 5:31 PM$sensitive_password
is declared Sensitive
in the params. $vmagent_args
used ${sensitive_password.unwrap}
and some other string interpolations along the way.
$vmagent_args = @("EOT")
# Set the command-line arguments to pass to the server.
ARGS="-promscrape.config=/opt/victoriametrics/conf/prometheus-scrape.yaml \
-remoteWrite.basicAuth.password=${sensitive_password.unwrap} \
-remoteWrite.tmpDataPath=/opt/victoriametrics/tmp-data
|EOT
rusty
05/24/2023, 5:31 PMrusty
05/24/2023, 5:32 PMCorporate Gadfly
05/24/2023, 5:40 PM