Skip to content

Keyper-docker is a docker image building code for Keyper SSH Key Based Authentication Manager

License

Notifications You must be signed in to change notification settings

dbsentry/keyper-docker

Repository files navigation

Docker Image Version (latest by date) GitHub Workflow Status Docker Image Size (latest by date) GitHub issues GitHub last commit GitHub Docker Pulls
Keyper Architecture

Keyper is an SSH Key/Certificate Authentication Manager. It standardizes and centralizes the storage of SSH public keys and SSH Public Certificates for all Linux users within your organization saving significant time and effort it takes to manage SSH public keys and certificates. Keyper is a lightweight container taking less than 100MB. It is launched either using Docker or Podman. You can be up and running within minutes instead of days.

Features include:

  • Public key storage
  • SSH CA
  • Certificate signing and storage
  • Public Key/Certificate Expiration
  • Forced Key rotation
  • Key Revocation List (KRL)
  • Streamlined provision or de-provisioning of users
  • Segmentation of Servers using groups
  • Policy definition to restrict user's access to server(s)
  • Centralized user account lockout
  • Docker container

Installation/Build

Follow the steps to build docker image using source code:

  1. Clone this git repository
$ git clone https://github.com/dbsentry/keyper-docker.git
  1. Download keyper REST API submodule
$ cd keyper-docker
$ git submodule init
$ git submodule update modules/keyper
$ git submodule update modules/keyper-fe
  1. By default Makefile creates image as dbsentry/keyper. To change, modify Makefile
  2. Change .release to reflect correct tag on docker image
  3. Run build
$ make build

The generated image when run would start a docker container with openldap and Keyper REST-API service.

Refer to the administration guide for further information.

Related Projects

License

All assets and code are under the GNU GPL LICENSE and in the public domain unless specified otherwise.

Some files were sourced from other open source projects and are under their terms and license.