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
|`warn`|`ceremony check DB error for user {user}: {e}; falling back to Operator role`|`src/core/operations/dispatch.rs`|`user`: identity being checked; `e`: database error | Security: fail-secure — user falls back to Operator on DB error. Investigate if seen in production. |
638
+
|`warn`|`ceremony_secret loaded — ensure the KMS_CEREMONY_SECRET environment variable is used in production to avoid persisting the secret to disk. If loaded from a config file, ensure it has restrictive permissions (0600) and is not committed to version control.`|`src/config/params/server_params.rs`| - | Security: emitted at startup when ceremony_secret is configured. Use env var in production. |
0 commit comments