API Reference secret_config v1.0.0
Modules
Handles loading of configuration based on the environment setting.
Handles parsing of local YAML configurations, providing functionality to load configurations from YAML strings or files, applying environment-specific interpolations and imports.
Provides functionality to load configuration settings from AWS SSM Parameter Store based on the provided environment.
Handles CRUD operations to interact with AWS SSM Parameter Store. parameters are pushed to SSM as secure strings (encrypted) but then added as plain text into the GenServer's internal state
A GenServer for handling secret configurations either locally or via SSM parameter store.
Provides functionality for interpolating environment variables into strings within a map.
Utility functions for processing configuration data, including parsing YAML strings, applying local imports, and handling AWS SSM parameters.