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

Add the sidecar-plugins volume to enable remote plugin isolation #13342

Closed
wants to merge 1 commit into from

Conversation

davidfestal
Copy link
Contributor

What does this PR do?

This PR provides an additional volume to plugin brokers so that, for more Theia and VsCode plugins, the plugin broker can isolate the the remote plugin extension archives from the main plugins directory related to the main Theia IDE container.

What issues does this PR fix or reference?

#13272
and the need is explained in the comment #12395 (comment), mainly the following part:

it's now possible to select plug-ins per container by defining for each sidecar: (and then not have main theia instance seing the plug-ins directly)

Signed-off-by: David Festal <dfestal@redhat.com>
@sleshchenko
Copy link
Member

Do we really need two volumes? Can not we use one volume with two folders? Something like /plugins/sidecars, /plugins/theia-embedded?

@davidfestal
Copy link
Contributor Author

@sleshchenko I changed the plugin broker, and don't need the additional volume anymore.
I'll close the PR. Thanks for your comment.

@skabashnyuk skabashnyuk deleted the fix-rhche-1354 branch July 26, 2019 14:10
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