Tootfinder

Opt-in global Mastodon full text search. Join the index!

@x_cli@infosec.exchange
2025-12-22 13:35:16

Many #Terraform providers using SSH do not check the SSH host key... they just run with ssh.InsecureIgnoreHostKey...
And to be honest, it is partly the fault of the SSH standard library which makes it super easy to ignore the host key and does not provide any useful builtin key verification function. People are lazy. ssh.FixedHostKey is niche.
So I implemented a small library to v…

@x_cli@infosec.exchange
2026-01-05 09:30:55

I just published an update to my #terraform #opentofu provider "remotefs": registry.terrafo…

@wyri@toot-toot.wyrihaxim.us
2026-02-06 17:46:52

GitHub improved how its Terraform provider handles secrets. So now I shouldn't have recreations all the time. But I do have to update all of them; it only took 45 minutes to change all 500 of them:
#GitHub #Terraform

@x_cli@infosec.exchange
2026-01-03 16:30:17

Yes, I am like this: I publish Terraform/Opentofu providers and I have no choice but to use Github to host the releases (this is a requirement of Hashicorp #Terraform registry and #Opentofu registry), BUT I develop on @…

@wyri@toot-toot.wyrihaxim.us
2026-01-18 21:19:31

Around 20% of my TerraForm are GitHub Actions Secrets 🤯
#TerraForm #GitHub #Actions #Secrets

@x_cli@infosec.exchange
2025-12-07 19:13:51

Tomorrow, I'll be publishing a #WebDAV provider for #Terraform
It handles HTTP Basic, TLS and mTLS authentication.
It supports write-only attributes to deploy secrets, including deployment of ephemeral secrets.
In a few weeks, I expect to publish another version implementing…

@x_cli@infosec.exchange
2025-12-29 14:15:46

You are an experienced Dev(Sec)Ops. How do you run #Terraform or #OpenTofu in production?
#devops #iac