Linux Installation
Instructions for installing Keeper Gateway on Linux
Overview
This document contains information on how to install, configure, and update your Keeper Gateway on Linux.
Prerequisite
Prior to proceeding with this document, make sure you generated a Keeper Gateway One-Time Access Token in your Vault. For more information, visit the following page:
Installation
Install Command
Executing the following command will install the Keeper Gateway:
Executing the following command will install, initialize the Keeper Gateway, and run it as a service:
Note: Replace XXXXX with the One-Time Access Token supplied by the Vault screen, more information here
Installation Location
The gateway will be installed in the following location:
An alias gateway
is also created in the same directory
Gateway Service Management
For managing the Keeper Gateway as a service, the following are created during the Gateway installation:
A
keeper-gateway
folderA
keeper-gw
user
keeper-gateway folder
The keeper-gateway
folder contains the gateway configuration file and is created in the following location:
keeper-gw user
During the gateway installation, a new user, keeper-gw
, is created and added to the sudoers list in /etc/sudoers.d/.
The keeper-gw
user is the owner of the keeper-gateway folder and runs the gateway service. This is required when performing rotations on the gateway service and performing post-execution scripts.
Managing the Gateway Service
The following commands can be executed to start, restart, or stop the Keeper Gateway as a service:
Keeper Gateway Configuration File
The Keeper Gateway configuration file contains a set of tokens that includes encryption keys, client identifiers, and destination server information used to authenticate and decrypt data from the Keeper Secrets Manager APIs. This configuration file is created from the Gateway One Time Access Tokens and have a one to one relationship with client devices.
If the Keeper Gateway is installed and running as a service, the gateway configuration file is stored in the following location:
If the Keeper Gateway is installed locally and not running as a service, the gateway configuration file is stored in the following location:
Keeper Gateway Log files
Logs that contain helpful debugging information are automatically created and stored on the local machine.
If the gateway is running as a service, the gateway log files are stored in the following location:
If the gateway is not running as a service, the gateway log files are stored in the following location:
Verbose Logging
To add verbose debug logging, modify this file:
and add the -d
flag to the "gateway start" command, e.g:
Apply changes to the service:
Upgrading
Executing the following command will upgrade the Keeper Gateway:
Auto Update
Configure your Keeper Gateway installation to automatically check for updates, ensuring it stays up-to-date with the latest version. For more information, refer to the following:
Uninstalling
Executing the following command will uninstall the Keeper Gateway:
Last updated