Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
p
polite-shoe-79877
08/11/2021, 1:23 PM
Hi, how are you guys dealing with slownees regarding many secrets, is there a way to speed it up?
g
great-sunset-355
08/11/2021, 2:02 PM
What amount are many? I noticed a slowness when calling
Get[Resource]
due to API calls. I resolve all secrets at the beginning of the program so I can pass around already resolved values.
p
polite-shoe-79877
08/12/2021, 8:54 AM
i have around 40 secrets, I checked the trace logs, and there are so many api calls to decrypt, how did you resolve them at start
Post