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

feat: add support for data encryption via SOPS #85

Closed
wants to merge 11 commits into from
Closed

Conversation

kimdre
Copy link
Owner

@kimdre kimdre commented Aug 9, 2024

This PR adds support for using encrypted data in deployments via SOPS.

SOPS is designed to encrypt structured data (like yaml, json, env) so that it can be shared or uploaded to a Git Repository without leaking sensitive information.

Related to #82

@kimdre kimdre added the enhancement Improvements or additions to code label Aug 9, 2024
@kimdre

This comment was marked as resolved.

@kimdre kimdre marked this pull request as draft August 9, 2024 20:33
@kimdre kimdre added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Aug 9, 2024
@kimdre
Copy link
Owner Author

kimdre commented Aug 9, 2024

To-Dos:

  • Finish logic for unencrypting secret for deployments
  • Create new GPG Keypair and add it to Github Action secrets
  • Add new testfiles that are encrypted with the new GPG key
  • Adjust test workflow to use GPG Keypair

@kimdre kimdre marked this pull request as ready for review August 10, 2024 15:58
@kimdre kimdre marked this pull request as draft August 10, 2024 20:24
@kimdre kimdre added feature New feature and removed enhancement Improvements or additions to code labels Aug 11, 2024
@kimdre kimdre closed this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant