You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem it was solving was that metadata was visible to everyone with access to the instance at /-/metadata but plugins clearly needed a way to set secret settings.
Now that this stuff is moving to config, we have some decisions to make:
Add /-/config to let people see the configuration of their instance, and keep the $env trick for secret settings.
Say all configuration aside from metadata is secret and make $env optional or ditch it entirely.
Allow plugins to announce which of their configuration options are secret so we can automatically redact them from /-/config
I've found /-/metadata extraordinarily useful as a user of Datasette - it really helps me understand exactly what's going on if I run into any problems with a plugin, if I can quickly check what the settings look like.
Originally posted by @simonw in #2183 (comment)
Also refs:
datasette.yaml
File #2093The text was updated successfully, but these errors were encountered: