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

Remote AppSource #45

Merged
merged 3 commits into from
Jun 12, 2021
Merged

Remote AppSource #45

merged 3 commits into from
Jun 12, 2021

Conversation

cohix
Copy link
Contributor

@cohix cohix commented May 29, 2021

This PR adds the ability to pull AppSource data from a remote server. This takes the form of two parts:

  • HTTPSource: an HTTP client-based AppSource that makes requests to a remote host for the various pieces of data
  • AppSourceVKRouter: a factory-type struct that takes an AppSource and generates a VK router from it. This is the basis upon which Atmo Control Plane servers will be built.

A new ATMO_CONTROL_PLANE env var allows you to specify the host that should be used, and the HTTPSource is used if that option is set.

Resolves #40

@cohix cohix added the enhancement New feature or request label May 29, 2021
@cohix cohix linked an issue May 29, 2021 that may be closed by this pull request
@cohix cohix merged commit e0b70e6 into main Jun 12, 2021
@arbourd arbourd deleted the connor/remote-appsource branch May 5, 2022 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote AppSource
1 participant