-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
In a few cases, we have implemented endpoints that expose the configuration of a running app. I think it would be useful to standardize how to do that, and document it as optional.
A few considerations:
- Expose ENV variables as key/value under an
environmentkey ? - Expose hard-coded config under
configurationkey ? - Limit exposure to internal network and/or authenticated endpoints only (simple token should be enough)?
- Use the standard
__config__endpoint?
Metadata
Metadata
Assignees
Labels
No labels