Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0
stars
3
forks
source link
Implement states to indicate availability of proxy configuration #14
Some proxies need configuration, such as APIs and database connection, that may include secrets that not all users will have (e.g. a CI/CD job may have database connection but a sandbox user might not have privileges).
Add capability to indicate whether a proxy is configured and, if not configured, then fallback to forcing use of cached proxy data without even attempting to originate from the proxy.
Some proxies need configuration, such as APIs and database connection, that may include secrets that not all users will have (e.g. a CI/CD job may have database connection but a sandbox user might not have privileges).
Add capability to indicate whether a proxy is configured and, if not configured, then fallback to forcing use of cached proxy data without even attempting to originate from the proxy.