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
add a password input to the ConfigEditor form (SecretInput may come in handy here). This may be slightly more complicated to ensure that both empty and null passwords are valid.
This currently bumps the minimum Grafana version to 9.1.0 through use of
`SecretInput`, which isn't ideal - perhaps we could copy/paste
that component in instead, or just write our own.
Closes#16.
This currently bumps the minimum Grafana version to 9.1.0 through use of
`SecretInput`, which isn't ideal - perhaps we could copy/paste
that component in instead, or just write our own.
Closes#16.
Materialize Cloud databases will be password protected, so we should support configuring the datasource with a password. Places we'll need to change:
DatasourceOptions
in the frontend andMaterializeDatasourceSettings
in the backendConfigEditor
form (SecretInput
may come in handy here). This may be slightly more complicated to ensure that both empty and null passwords are valid.Config::password
, if it's non-nullThe text was updated successfully, but these errors were encountered: