cockroachdb / cockroachdb/cockroach

authccl: investigate why TestAuthenticationAndHBARules does not work with a shared process virtual cluster

Open
#112,949 0 comments 0 reactions 0 assignees View on GitHub
A-multitenancy A-security C-investigation T-db-server
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

**Describe the problem**

When running the test with a shared process virtual cluster:
```
expected:
ERROR: JWT authentication: not enabled (SQLSTATE 28000)

found:
ERROR: password authentication failed for user jwt_user (SQLSTATE 28P01)
--- FAIL: TestAuthenticationAndHBARules/insecure=false/jwt/enable_jwt_auth (0.01s)
```

**How to reproduce**

Set the following in `TestServerArgs` to force a shared process tenant and cause the failure to happen.
```
DefaultTestTenant: base.SharedTestTenantAlwaysEnabled,
```

**Expected behavior**
The test should pass when running with a shared process virtual cluster, unless after investigation the test is expected not to work with one.

Ref: https://github.com/cockroachdb/cockroach/issues/112857
Epic CRDB-38970

Jira issue: CRDB-32687

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.