logo

Web IDE

The web IDE allows interaction with any kind of connection that communicates with a private service via the command line. For database services, it can access the schema of a database.
Image without caption

Configuring

The web IDE is enabled by default when creating any connection. It is possible to disable the editor for a specific connection or disable the introspection query to obtain the schema.

Disable the Editor

shell
hoop admin create plugins editor --overwrite
disable the editor for all connections
shell
hoop admin create plugins editor --overwrite \ --connection <conn01>,<conn02>,<conn03>
enable the editor only for connections 01, 02 and 03

Disable the Introspection Query Schema

shell
hoop admin create conn pgdemo -a <agent-name> -t postgres \ --overwrite \ --plugin editor:schema=disabled \ -e HOST=<host> \ -e PORT=<port> \ -e PASS=<pwd> \ -e USER=<user> \ -e DB=<db>
disable it for the connection pgdemo

Powered by Notaku