EngineVersion 1
secrets
The Poliglot Secrets Matrix provides capabilities for secure storage, retrieval, and management of secrets across a Poliglot workspace. Supports querying and up
URI: https://poliglot.io/kleo/spec/secrets#
Imports: act, exc, http, matrix
Classes
- secrets:ManagedSecret: A secret that is owned by and persisted within the workspace.
- secrets:Secret: A secret is a piece of data that should be kept secure and not exposed in plain text.
- secrets:TemporarySecret: A secret that is provided at runtime and not persisted by the platform.
Functions
- secrets:resolve_secret: Resolves a secret URI to a marker string that is replaced with the actual value during request materialization.