are there any good options for generating `.htpass...
# golang
w
are there any good options for generating
.htpasswd
credential secrets from golang runtime? tricky part is it's not deterministic and hash is always different
c
Check pulumi-random provider
w
thanks, I know about it, but it won't help with htpasswd specifically