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

Make porter home portable #866

Closed
carolynvs opened this issue Jan 24, 2020 · 1 comment
Closed

Make porter home portable #866

carolynvs opened this issue Jan 24, 2020 · 1 comment
Assignees
Labels
enhancement New code incoming!
Milestone

Comments

@carolynvs
Copy link
Member

Right now porter's home is glued to your local file system which isn't conducive to collaboration. Instead the data stored in porter's home directory: claims, credential sets should be storable anywhere: in a database, blob storage, somewhere in a cloud.

  1. Wire up porter to use plugins to R/W data from porter home instead of assuming the file system
  2. Write an internal plugin to implement the current functionality and default to it, preserving current behavior.
  3. Make porter configurable so that people can pick which plugin to use.
@carolynvs carolynvs added the enhancement New code incoming! label Jan 24, 2020
@carolynvs carolynvs added this to the Plugins milestone Jan 24, 2020
@carolynvs carolynvs self-assigned this Jan 24, 2020
@carolynvs
Copy link
Member Author

Closed by #859

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New code incoming!
Projects
None yet
Development

No branches or pull requests

1 participant