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

Support for encrypted inline file content #1767

Open
soubinan opened this issue Dec 10, 2023 · 0 comments
Open

Support for encrypted inline file content #1767

soubinan opened this issue Dec 10, 2023 · 0 comments

Comments

@soubinan
Copy link

soubinan commented Dec 10, 2023

Feature Request

Environment

I use ignition for coreos on bare metal and KVM / XEN virtual machines powered by XCPng and Cloudstack private cloud

Desired Feature

It would be great to be able to encypt an inline file content for file with credentals configuration for example (the same we are doing on users passwords but for file content

Example of what it could looks like:

...
storage:
  disks:
    ...
  directories:
    ...
  files:
    - path: /etc/my_app/my_app.conf
      mode: 0400
      contents:
        inline: |
          algo-$y$j9T$GHWl3yQUIHdkwYhEk8R8J.$cYf8nRRKA92jvQBtxnPmKYmihvzTXRW5B6ETCCXKPI2
        ...
...
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