For my homelab CoreOS config that I store publicly with git I've been wondering what to do about secrets. :blobfox3c:
For the containers at least I'm thinking
- Use Podman secrets when possible
- Script to setup the Podman secrets through bitwarden cli
Problem is, I will host Bitwarden on the host that will initially not have any secrets. Shouldn't be an issue as Bitwarden can manage without a secret, but still a limitation that needs to be solved separately. :blobfoxthink:
Don't really wanna store secrets through git but would like to have an offline solution if possible. Generating the secrets could be possible, at least for initial setup, but then I wanna be able to access the secrets easily too :blobfoxnotlikethis:
So much thinking
#coreos #containers #podman #gitops #security #secretmanagement