You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Wire up porter to use plugins to R/W data from porter home instead of assuming the file system
Write an internal plugin to implement the current functionality and default to it, preserving current behavior.
Make porter configurable so that people can pick which plugin to use.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: