-
Notifications
You must be signed in to change notification settings - Fork 21
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
Encrypt balenaOS artifacts at rest in GitHub #410
Commits on Oct 1, 2024
-
Encrypt balenaOS artifacts at rest in GitHub
Applies symmetric encryption (PBKDF2 hardened) to balenaOS build assets prior to uploading them to GitHub for temporary storage between builds. Decrypts assets after downloading. Requires: balena-os/.github#83 change-type: patch
Configuration menu - View commit details
-
Copy full SHA for 116d81b - Browse repository at this point
Copy the full SHA 116d81bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de74469 - Browse repository at this point
Copy the full SHA de74469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d49530 - Browse repository at this point
Copy the full SHA 1d49530View commit details -
Fix check for private repositories
Signed-off-by: Kyle Harding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f673834 - Browse repository at this point
Copy the full SHA f673834View commit details -
Prevent duplicate artifact upload
Signed-off-by: Kyle Harding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c098541 - Browse repository at this point
Copy the full SHA c098541View commit details -
Add openssl verbosity and avoid piping find to xargs
Signed-off-by: Kyle Harding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 505cabc - Browse repository at this point
Copy the full SHA 505cabcView commit details -
Fetch full depth in order to checkout custom meta-balena-refs
Change-type: patch Signed-off-by: Kyle Harding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1f1a2f - Browse repository at this point
Copy the full SHA e1f1a2fView commit details -
Only attempt to decrypt if we have encrypted in the build step
Change-type: patch Signed-off-by: Ryan Cooke<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3d6770 - Browse repository at this point
Copy the full SHA c3d6770View commit details