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

Use unique commands for all container components when initializing ssh agent #1330

Closed
AObuchow opened this issue Oct 21, 2024 · 0 comments · Fixed by #1329
Closed

Use unique commands for all container components when initializing ssh agent #1330

AObuchow opened this issue Oct 21, 2024 · 0 comments · Fixed by #1329
Labels
bug Something isn't working
Milestone

Comments

@AObuchow
Copy link
Collaborator

Description

In a devworkspace with multiple container components, multiple commands with the same id init-ssh-agent are added that target each container component. The devfile specification requires all commands to have unique ids.

As a result, the init-ssh-agent postStart event won't actually run for all container components, which will result in the ssh passphrase not automatically being inputed on the user's behalf in certain cases.

Additional context

Related upstream issue

@AObuchow AObuchow added the bug Something isn't working label Oct 21, 2024
@AObuchow AObuchow added this to the v0.31.x milestone Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant