/akt

Api Key Tresor

Primary LanguageVue

Api-Key Tresor (short AKT)

This project is a proof-of-concept. Schema.yaml holds an example file for AKT.

Load configuration

Service needs an schema yaml file, which holds the configuration.

File-based

akt --file schema.yaml

URL-based

akt --url https://localhost/schema.yaml

Environment-Variable-based for URL-based approach

akt --env-var AKT_SCHEMA_URL

AKT loads the schema from given value in env-var.