-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
58379: pgwire: new env var `COCKROACH_ALWAYS_LOG_AUTHN_EVENTS` r=bdarnell a=knz Requested by @logston . Intended for back-port to v20.2. This commit adds support for a new env var `COCKROACH_ALWAYS_LOG_AUTHN_EVENTS`. When set to a true-like value, it overrides the `server.auth_log.sql_sessions.enabled` cluster setting and unconditionally enables logging of authentication events. This is a temporary stop-gap so that it becomes possible to log authentication events in SQL pods for multi-tenant deployments. This stop-gap can be removed when multi-tenant CockroachDB learns to support cluster settings. Release note: None 58481: roachtest: add expected failure for activerecord for 21.1 r=otan a=rafiss This test was overriden to pass on 20.2, but the override is no longer needed for 21.1. Until the override is removed in the activerecord adapter, this test is expected to fail on 21.1 Release note: none 58485: roachtest: ignore flaky pgjdbc tests r=otan a=rafiss Release note: none fixes #57603 fixes #57368 Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters