enough-garden-22763
02/28/2023, 4:14 PMnarrow-match-14013
03/01/2023, 6:33 PMenough-garden-22763
03/01/2023, 6:33 PMnarrow-match-14013
03/10/2023, 2:53 PMenough-garden-22763
03/10/2023, 2:54 PMnarrow-match-14013
03/10/2023, 2:55 PMcheckmate:index:HttpHealth (tierone-check-http):
error: objectEncoder failed on property "url": Expected a string, got: {&{{<http://tier1-obstester-ap10w8ez.staging.azure.tetrate.com>}}}
enough-garden-22763
03/10/2023, 2:57 PMPULUMI_DEBUG_GRPC=$PWD/trace.json pulumi up
this will write, in JSON form, the entire gRPC conversation between pulumi CLI and the provider. Somewhere in there will be a call that's sending this malformed URL bit, could be interesting to look at thatnarrow-match-14013
03/10/2023, 2:58 PMenough-garden-22763
03/10/2023, 2:59 PMnarrow-match-14013
03/10/2023, 3:00 PMenough-garden-22763
03/10/2023, 3:00 PMnarrow-match-14013
03/10/2023, 3:02 PMenough-garden-22763
03/10/2023, 3:02 PMnarrow-match-14013
03/10/2023, 3:03 PMenough-garden-22763
03/10/2023, 3:03 PMnarrow-match-14013
03/10/2023, 3:07 PMenough-garden-22763
03/10/2023, 3:08 PM{
"method": "/pulumirpc.ResourceProvider/Create",
"request": {
"urn": "urn:pulumi:azure.161rc2-1-24::hosted-test::checkmate:index/httpHealth:HttpHealth::tierone-check-http",
"properties": {
"consecutiveSuccesses": 10,
"interval": 2000,
"timeout": 900000,
"url": {
"4dabf18193072939515e22adb298388d": "1b47061264138c4ac30d75fd1eb44270",
"value": "<http://tier1-obstester-ap10w8ez.staging.azure.tetrate.com>"
}
}
},
"response": {},
"metadata": {
"kind": "resource",
"mode": "client",
"name": "checkmate"
}
}
narrow-match-14013
03/10/2023, 3:10 PMenough-garden-22763
03/10/2023, 3:11 PMnarrow-match-14013
03/10/2023, 3:12 PMenough-garden-22763
03/10/2023, 3:12 PMnarrow-match-14013
03/10/2023, 3:12 PMenough-garden-22763
03/10/2023, 3:13 PMnarrow-match-14013
03/10/2023, 3:15 PMenough-garden-22763
03/10/2023, 3:20 PMimport * as pulumi from "@pulumi/pulumi";
import * as random from "@pulumi/random";
export const pw = new random.RandomPassword("pw1", {length: 8})
export const pet = new random.RandomPet("pet", {separator: pw.result});
narrow-match-14013
03/10/2023, 3:20 PMpulumi.unsecret
did in fact resolve the issueenough-garden-22763
03/10/2023, 5:12 PMnarrow-match-14013
03/10/2023, 5:34 PM