Pulumi doesn't have a bcrypt provider to avoid thi...
# general
q
Pulumi doesn't have a bcrypt provider to avoid this, does it?
g
Our pulumi-random provider provides stable random values if that's what you're looking for.
q
@gentle-diamond-70147 No. Unfortunately, I need to provide a bcrypted string to a Kubernetes secret
I'm using
Copy code
argocdServerAdminPassword: adminPassword.result.apply(
                            (password) => bcrypt.hash(password, 512)
                        ),
but because bcrypt is different everytime, this forces a delete and recreate