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
* feat: adds allow write mode for dev
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
* fix: redact database password in startup config log
Address PR #41 review: db_config contained the plaintext password and
was logged at INFO level, leaking credentials to anyone with log access.
Mask the password field before logging.
* chore: bump version to 0.5.0
---------
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
"description": "Enable audit logging for tool invocations (default: true)",
121
121
"isRequired": false
122
+
},
123
+
{
124
+
"name": "GREPTIMEDB_ALLOW_WRITE",
125
+
"description": "Allow write/destructive SQL (DDL/DML) via execute_sql by skipping the security gate. DANGEROUS: only use on local or test instances (default: false)",
0 commit comments