-
Notifications
You must be signed in to change notification settings - Fork 883
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
Support encrypted and signed user data #5599
Open
TheRealFalcon
wants to merge
13
commits into
canonical:main
Choose a base branch
from
TheRealFalcon:encrypted
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 15, 2024
-
chore: deprecate 'allow_userdata', add 'user_data'
Rather than an top-level `allow_userdata` key, instead use a `user_data` dict. This is to better align with the top-level `vendor_data` keys.
Configuration menu - View commit details
-
Copy full SHA for 92471e9 - Browse repository at this point
Copy the full SHA 92471e9View commit details -
feat: Support encrypted and signed user data
Cloud-init user data often contains user secrets including passwords and private keys. This data has always been submitted in plain text. To protect this data's confidentiality and guarantee its authenticity, this commit add the ability to have this data encrypted and signed. A new user data format is added allowing for an ASCII armored PGP MESSAGE. If detected, cloud-init will import into a temporary keyring any keys provided in /etc/cloud/keys and use these keys to decrypt and/or verify the provided data. After decryption, the resulting message will be treated as user data as before.
Configuration menu - View commit details
-
Copy full SHA for 224b682 - Browse repository at this point
Copy the full SHA 224b682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 038bb20 - Browse repository at this point
Copy the full SHA 038bb20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb1a0a - Browse repository at this point
Copy the full SHA 3bb1a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f64f9d - Browse repository at this point
Copy the full SHA 8f64f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 168e346 - Browse repository at this point
Copy the full SHA 168e346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e2726a - Browse repository at this point
Copy the full SHA 4e2726aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e92beee - Browse repository at this point
Copy the full SHA e92beeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 126126d - Browse repository at this point
Copy the full SHA 126126dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d40954 - Browse repository at this point
Copy the full SHA 7d40954View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2a368 - Browse repository at this point
Copy the full SHA ee2a368View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c8743a - Browse repository at this point
Copy the full SHA 5c8743aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d60e45 - Browse repository at this point
Copy the full SHA 2d60e45View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.