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

update config with plugins found in the default location #89

Closed
edaniszewski opened this issue Mar 12, 2018 · 0 comments
Closed

update config with plugins found in the default location #89

edaniszewski opened this issue Mar 12, 2018 · 0 comments
Assignees

Comments

@edaniszewski
Copy link
Contributor

Description

plugins can be configured 3 ways:

  • via config file (tcp, unix)
  • via env (tcp, unix)
  • via default socket directory (unix)

the first two options are part of the config search/parse/build flow, so those will be picked up and added to the global config (which one can get from the /config route). the last option, however, is not done through the config flow, so any plugins configured that way will not be added to the global config - thus, we won't see them when we look at the /config route. They will show up for the /plugins route, though.

This issue is to add any plugins found in the default socket dir to the config so someone can see it via the /config route.

@edaniszewski edaniszewski self-assigned this Mar 12, 2018
edaniszewski added a commit that referenced this issue Apr 5, 2018
…date synse entrypoint script to make it easier to have a more configurable emulator startup.
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

1 participant