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

allocate credentials before starting firecracker VM #320

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

autodidaddict
Copy link
Contributor

In the current implementation, we start a firecracker VM before we allocate the credentials that agent is going to need to connect. To avoid the situation where the agent starts before its credentials have been added to the internal NATS server, this PR makes sure the credentials are allocated first.

Credentials are already allocated first for the no-sandbox mode.

@autodidaddict autodidaddict requested a review from a team as a code owner July 11, 2024 12:32
@autodidaddict autodidaddict merged commit 7ed512e into main Jul 11, 2024
5 checks passed
@autodidaddict autodidaddict deleted the fix/sandbox_handshake_race branch July 11, 2024 14:56
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

Successfully merging this pull request may close these issues.

2 participants