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
We should make another table that stores the name an IP of each droplet we create.
This will
Make it easier for admins to keep track of which droplets we have
Make it more convenient to grant access for a particular droplet
We can potentially let the other users select the specific droplet they want access to, but that depends on whether we want them to know which all IECSE droplets exist
This means we will have to add
one more model,
two more admin routes
addDroplet
deleteDroplet
Modify the existing models to use Droplet name instead of IP
The text was updated successfully, but these errors were encountered:
We should make another table that stores the name an IP of each droplet we create.
This will
This means we will have to add
The text was updated successfully, but these errors were encountered: