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

Implement a new PDS module for Wrangler that supports pods #13

Open
windley opened this issue Feb 1, 2024 · 1 comment
Open

Implement a new PDS module for Wrangler that supports pods #13

windley opened this issue Feb 1, 2024 · 1 comment

Comments

@windley
Copy link
Member

windley commented Feb 1, 2024

Wrangler modules add new functionality to Wrangler. See the subscriptions ruleset for an example.

We're doing this as a module because not all pico engine installations will have an associated pod server, so we want to be able to layer this functionality on.

Review old PDS implementations for ideas.

Requirements:

  1. PDS is shared by all rulesets in the pico.
  2. Exposes pod access control so that data can be ruleset specific if necessary.
  3. Manages pico and pod as a pair when installed.
  4. If no associated pod exists when installed, the PDS creates one for the pico.
@windley windley changed the title Implement a new version of Wrangler that supports pods Implement a new PDS module for Wrangler that supports pods Feb 5, 2024
@windley
Copy link
Member Author

windley commented Feb 5, 2024

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

No branches or pull requests

1 participant