bored-king-84600
10/31/2024, 7:22 PMconfig.getObject(key)
or config.requireObject(key)
in a few places throughout my code - not sure if this is causing pulumi to decrypt every secret in the stack even when i’m just getting a single key. I’m using Typescript. More details in thread…bored-king-84600
10/31/2024, 7:22 PM...
I1031 22:03:24.362070 32849 api.go:326] Pulumi API call response code (<https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>): 200 OK
I1031 22:03:24.385326 32849 api.go:312] Making Pulumi API call: <https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>
I1031 22:03:25.081472 32849 api.go:326] Pulumi API call response code (<https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>): 200 OK
I1031 22:03:25.081836 32849 api.go:312] Making Pulumi API call: <https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>
I1031 22:03:25.396691 32849 api.go:326] Pulumi API call response code (<https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>): 200 OK
I1031 22:03:25.416401 32849 api.go:312] Making Pulumi API call: <https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>
I1031 22:03:25.724617 32849 api.go:326] Pulumi API call response code (<https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>): 200 OK
I1031 22:03:25.744565 32849 api.go:312] Making Pulumi API call: <https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>
I1031 22:03:26.067313 32849 api.go:326] Pulumi API call response code (<https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>): 200 OK
I1031 22:03:26.089014 32849 api.go:312] Making Pulumi API call: <https://api.pulumi.com/api/stacks/[redacted]/[redacted]/prod/decrypt>
...
pulumi about
CLI
Version 3.137.0
Go Version go1.23.2
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.54.1
resource awsx 2.11.0
resource cloudflare 5.30.0
resource docker 4.5.4
resource docker 3.6.1
language nodejs unknown
Host
OS darwin
Version 14.5
Arch arm64
plain-diamond-92898
10/31/2024, 7:58 PMplain-diamond-92898
10/31/2024, 8:38 PMbored-king-84600
10/31/2024, 8:39 PM