Documentation Hub
On-Premise
On-Premise
  • On-Premise Installation Manual
  • Keyless Backend Installation
    • Planning for installation
    • Components
  • Infrastructural requirements
  • Monitoring
  • Installation procedure
    • General Configuration
    • Namespace
    • Helm setup
    • Node Persistence
    • Circuit Storage
    • Core Daemon
    • Metrics Collector
    • Operations Service
    • Administrator Dashboard
  • Upgrade procedure
    • Cluster and Runtime
      • Breaking changes
        • Release 1.3.0
    • Databases
  • Checking the installation completed successfully
  • Helm and Components Versions
Powered by GitBook
On this page

Was this helpful?

  1. Keyless Backend Installation

Components

The method Keyless adopts to ship its Infrastructure Components is via Helm Chart deployment.

Both chart versions and component versions will be communicated by Keyless. Only officially communicated version combinations are supported.

  • Node Persistence Service: Service implementing a database abstraction layer.

  • Circuit Storage Service: Service offering internal-use REST APIs to allow the storage of circuits needed to authenticate users.

  • Operations Service: Offers REST APIs for transaction confirmation and other backend services.

  • Metrics Collector: Gathers BI data

  • Core Daemon: Acts as the central orchestrator and manages the high level logic of the authentication and authorization flow. exposes the REST authentication endpoint and performs the authentication. Also implements the authorization logic.

  • Administration Dashboard: This web-ui allows clients to administer users.

CAVEAT: Charts that are not explicitly mentioned in this manual are NOT to be installed. Failure in doing so may lead to a non-functioning system.

Last updated 1 month ago

Was this helpful?