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

Integrate with Nomad workload identiy #601

Open
lgfa29 opened this issue Oct 19, 2022 · 2 comments
Open

Integrate with Nomad workload identiy #601

lgfa29 opened this issue Oct 19, 2022 · 2 comments

Comments

@lgfa29
Copy link
Contributor

lgfa29 commented Oct 19, 2022

Nomad 1.4.0 introduced the concept of workload identities, which are used to assign a verifiable identification to allocations running in Nomad. This can be used to greatly simplify ACL policy management.

Currently this feature is only supported when using Nomad Variables, but will likely be expanded in the future to the point where the Autoscaler can make use of it.

@krarey
Copy link
Member

krarey commented Mar 8, 2023

+1 for this, it's a perfect use case for the Task API but it seems like the autoscaler's client library needs updating to support UNIX domain sockets.

@lgfa29
Copy link
Contributor Author

lgfa29 commented Mar 10, 2023

We need to update Nomad's api package and then pull and configure whatever necessary to make use of the task socket. But yes this should be, hopefully, a quick process once github.com/hashicorp/nomad/api is updated 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants