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

[WIP] Adding shared alloc/secrets dir #19831

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

[WIP] Adding shared alloc/secrets dir #19831

wants to merge 7 commits into from

Conversation

angrycub
Copy link
Contributor

@angrycub angrycub commented Jan 26, 2024

Add a secrets dir that can be shared across tasks in a single allocation.

TODOs

  • Implement shared alloc secrets dir
    • Make secrets dir in alloc root
    • Bind secrets dir into tasks
    • Validate secrets are read/write between tasks
  • Update taskenv to support new directory
  • Test with different task drivers
    • raw_exec (unisolated)
    • exec (namespace isolation)
    • qemu (image isolation)
  • Add documentation

Fixes: #15249

@tgross tgross added the stage/needs-rebase This PR needs to be rebased on main before it can be backported to pick up new BPA workflows label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. stage/needs-rebase This PR needs to be rebased on main before it can be backported to pick up new BPA workflows theme/alloc_dir Work that impacts the structure or permissions on the allocation directories built by Nomad. type/enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants