Glossary coding Term Page

Secret

Values such as DB passwords and API keys that must be injected from `

secret #coding#fastapi
Korean version

Related Concepts

Core Idea

Secret is Values such as DB passwords and API keys that must be injected from .env or a secret store without exposure. It usually makes the most sense alongside env_prefix, env_nested_delimiter, Secret store.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept