[go: up one dir, main page]

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

[enhancement]: support signed and encrypted userdata #4943

Open
holmanb opened this issue Feb 22, 2024 · 1 comment
Open

[enhancement]: support signed and encrypted userdata #4943

holmanb opened this issue Feb 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@holmanb
Copy link
Member
holmanb commented Feb 22, 2024

Enhancement

cloud-init supports various user-data formats

Many user requests have been raised around the issue of knowing whether a network or provider can be trusted and how to get a configuration securely to an instance.

Signed userdata

Provide the ability to allow users to add a public key to a base image which would validate the signature of a user-data payload. A payload which does not have the correct signature would not be processed.

Encrypted userdata

Provide the ability to allow users to add a private key to a base image which would decrypt an encrypted user-data payload.

This would allow the user to get secrets onto a system securely.

@holmanb holmanb added enhancement New feature or request new An issue that still needs triage labels Feb 22, 2024
@TheRealFalcon TheRealFalcon removed the new An issue that still needs triage label Feb 27, 2024
@github-actions github-actions bot added the Stale label Sep 14, 2024
@aciba90 aciba90 removed the Stale label Oct 3, 2024
@TheRealFalcon
Copy link
Member

#5599

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

No branches or pull requests

3 participants