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
Simple HTTP endpoint that takes JSON of initial targets, tags, & credentials to initialize the DB. Would remove the need for the current implementation of cmd/teamserver/init.
Add a modal to the XAdminView to allow users to paste the JSON from the UI and display any errors. Do not error if a tag / target / credential already exists to make the endpoint more idempotent.
The text was updated successfully, but these errors were encountered:
Simple HTTP endpoint that takes JSON of initial targets, tags, & credentials to initialize the DB. Would remove the need for the current implementation of
cmd/teamserver/init
.Add a modal to the
XAdminView
to allow users to paste the JSON from the UI and display any errors. Do not error if a tag / target / credential already exists to make the endpoint more idempotent.The text was updated successfully, but these errors were encountered: