Networks
Networks are configured and used at the project level. Currently only network items of type SSH Tunnel can be created.
Add network item
- From the Your projects menu, select your project.
- Navigate to the Networks tab.
- 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:port
or10.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.
Warning
Matillion recommends you set this value for all network items. If this option is not set, the SSH server cannot be verified and therefore the connection is susceptible to man-in-the-middle (MITM) attacks.
-
Click Create to create the network item.
You can then verify the connection is valid by clicking Test and store it by clicking Create.
Your new network item is listed in the Networks tab.
Manage network items
Edit a network
To edit a network item, click ... for that network item and click Edit network item.
Delete a network
To delete a network item, click ... for that item and click Delete network item.
You can only delete network items if you have Admin level access.
Role permissions
The three user roles, Admin, User, and Read-only, have the following specific permissions.
Project management
Function | Admin | User | Read-only |
---|---|---|---|
Create network items | ✅ | ✅ | |
View network items | ✅ | ✅ | ✅ |
Update network items | ✅ | ✅ | |
Delete network items | ✅ | ✅ |