-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
dockerPull requests that update Docker codePull requests that update Docker codeimprovementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use
Description
💡 Summary
What is the work, as a high-level summary?
Move configuration files defined in the Secrets top-level element into a configs
declaration.
Motivation and context
Why does this work belong in this project?
This would be useful as a way to further decouple sensitive and non-sensitive data in the project. The fewer secrets we have, the easier they will be to secure.
Implementation notes
Please provide details for implementation, such as:
- this would be used to store the
admiral.yml
andredis.conf
configuration files - the implementation would include a new
configs
top-level element in the Compose file - related to Implement the Compose Specification #78
Acceptance criteria
How do we know when this work is done?
- Configuration files for the project are defined in a
configs
top-level element
Metadata
Metadata
Assignees
Labels
dockerPull requests that update Docker codePull requests that update Docker codeimprovementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use