-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
A-multitenancyRelated to multi-tenancyRelated to multi-tenancyA-securityC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-db-server
Description
Found while working on #110001.
Describe the problem
After TestRotateCerts is modify to use .ApplicationLayer() it starts failing as follows when pointed to a secondary tenant:
certs_rotation_test.go:129: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "Cockroach CA")
Expected behavior
The behavior should be the same regardless of whether a secondary tenant is used or not.
Epic CRDB-38970
Jira issue: CRDB-31214
Metadata
Metadata
Assignees
Labels
A-multitenancyRelated to multi-tenancyRelated to multi-tenancyA-securityC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-db-server