Skip to main content

9 docs tagged with "reference"

View all tags

API reference

Status of the generated, interactive TelAPI reference (Swagger view) and how an export is produced from a platform release.

Configuration

Where Delphi runtime configuration lives, how it loads, and how to change it safely — bootstrap .env, AWS SSM, AWS Secrets Manager, and the vars.yaml manifest.

Environment resolution

How fetch-env.sh resolves each variable from bootstrap, AWS SSM, AWS Secrets Manager, external secrets, defaults, and runtime composition — including precedence and namespace conventions.

Environment variable index

Searchable catalogue of environment variables consumed by Delphi services, with source, scope, and default.

init.sh and update.sh

The two scripts every service uses — init.sh brings the service up from a clean shell, update.sh wraps it with backups and confirmation for steady-state operations.

Managed database secrets

Pulling database credentials from a managed-database secret like the RDS master user JSON, instead of the per-service Secrets Manager bundle.

Operations

Per-service operations index — purpose, runtime, ports, dependencies, and links to each service's operations page.

Third-party version sources

Canonical pinned versions of every upstream image and tool the platform ships, where they're declared, and how to refresh this page on each release.

vars.yaml schema

Field-by-field reference for the vars.yaml manifest each service ships, with worked examples for required, sensitive, secret.arn_from, and compose.template.