Add network item
- From the Your projects menu, select your project.
- In your project, click More and then click Networks.
- Click Add network item.
-
Select a type from the Type drop-down. Available types are:
- SSH Tunnel: Can be used to access protected databases.
- Provide a unique name for the network item.
- Provide a description for the network item. This is optional.
-
Provide the server destination.
- This is the URL of the network item you want to use. This could be either
host.com:portor10.10.10.1:port. - The port should be specified even if it’s the default.
- This is the URL of the network item you want to use. This could be either
- Provide your network username.
- Provide your RSA private key in PEM format.
- If the private key is encrypted, provide the passphrase. This is optional and depends on your settings.
-
Provide the Server Public Key. This is optional and depends on your settings.
- When this is provided, the SSH tunnel will perform mutual authentication on initiating a connection.
- Click Create to create the network item.
Manage network items
Edit a network
To edit a network item, click the three dots … for that network item and click Edit network item.Delete a network
To delete a network item, click the three dots … for that item and click Delete network item. You can only delete network items if you have Owner level access.Role permissions
The three user roles, Owner, Contributor, and Viewer, have the following specific permissions.Project actions
| Function | Owner | Contributor | Viewer |
|---|---|---|---|
| Create network items | ✅ | ✅ | ❌ |
| View network items | ✅ | ✅ | ✅ |
| Update network items | ✅ | ✅ | ❌ |
| Delete network items | ✅ | ❌ | ❌ |

