Vault Setup

Connecting Vault

Currently performed by a Finmars employee at the client's request.

Initializing Vault

Prerequisites

Actions

  1. Go to Settings -> Vault
  2. Activate Vault and save the secret keys.
    Do not lose these keys, as they cannot be recovered. If the keys are lost, the data saved in the Vault will be lost.
  3. Inform the Finmars employee of the Vault token

Unseal Vault

Prerequisites

Actions

  1. Go to Settings -> Vault
  2. Click the Unseal Vault button
  3. Enter the three keys one by one

Adding Access to Proxy Server

Prerequisites

Actions

  1. Go to Settings -> Vault
  2. Click the Add Engine button
  3. Enter the name finmars
  4. Click the Add Secret button
  5. Add the following json content:
{
    "data_url": "{url_to_proxy_server}/md/3.0/", 
    "trading_url": "{url_to_proxy_server}/trade/3.0/",
    "api_key": "foo",
    "secret_key": "bar"
}
  1. Click the "Save" button

Revision #2
Created 18 July 2024 21:26:24 by Anton Petrushkaneki
Updated 18 July 2024 23:22:23 by Anton Petrushkaneki