Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: sops publish to kubernetes secrets #1658

Open
koalalorenzo opened this issue Oct 23, 2024 · 0 comments
Open

Feature: sops publish to kubernetes secrets #1658

koalalorenzo opened this issue Oct 23, 2024 · 0 comments

Comments

@koalalorenzo
Copy link

I have been using SOPS extensively in the past, and it would be super nice if the command
sops publish would be able to upload files content to k8s secrets.

At the moment I am encrypting the full or partial manifest, and then I have to run:

sops -d ./whatever.sops.yaml | kubectl apply -f -

Though, it would be nice to find a solution to use just one command.

The proper way to do this might be using external-secrets, but for now this is just done for my homelab setup, and I am trying to avoid overcomplicating things, or just adding extra operators/software running just to solve something simple. sops publish can push to hashicorp vault, and then external secrets can fetch it from there, but I wish I could skip those two component and keep it simple stupid :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant