knative/eventing

Merge TLS and OIDC e2e tests

Open

#7,638 opened on Jan 29, 2024

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Go (632 forks)auto 404
help wantedkind/cleanuptriage/accepted

Repository metrics

Stars
 (1,551 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently the TLS and OIDC e2e tests are mostly redundant and test the same (e.g. both have test to test the reply & DLS). Mostly the only difference is, that the OIDC tests configure an audience.

Therefor we should check, which OIDC and TLS tests can be merged and merge both "suites" together.

Hint:

  • Some tests still might be only relevant for TLS or OIDC (e.g. TestBrokerSupportsOIDC which tests only for OIDC compliance)

Contributor guide