compose-spec / compose-spec

The Compose specification

Home Page:https://compose-spec.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add inline content support for secrets

yp05327 opened this issue · comments

What is the problem you're trying to solve
When I want to manage all secrets in one compose file, I noticed that I need to manage both compose files and the secrets files, as secrets only support reading from a file or environment variables.

Describe the solution you'd like
add inline content support for secrets

Additional context
secrets and configs are using the same struct FileObjectConfig, so it can be easily implemented.