-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable TLS for OIDC e2e tests (#7551)
* Enable the TLS feature for BrokerSendEventWithOIDCTokenToSubscriber Signed-off-by: Leo Li <[email protected]> * Enable the TLS feature for BrokerSendEventWithOIDCTokenToReply Signed-off-by: Leo Li <[email protected]> * Save the progress on adding TLS support for BrokerSendEventWithOIDCTokenToDLS Signed-off-by: Leo Li <[email protected]> * Still couldn't figure out. Will leave a comment there Signed-off-by: Leo Li <[email protected]> * Update more test to enable TLS Signed-off-by: Leo Li <[email protected]> * Fix the review comments Signed-off-by: Leo Li <[email protected]> * Fix the review comments by using destination object Signed-off-by: Leo Li <[email protected]> * Enable TLS in the CI Signed-off-by: Leo Li <[email protected]> * comment out all the other tests to validate my assumption Signed-off-by: Leo Li <[email protected]> * Revert "comment out all the other tests to validate my assumption" This reverts commit ee4d57e. * fix the wrong indentation for the cacert format Signed-off-by: Leo Li <[email protected]> * enable the TLS for TestParallelTwoBranchesWithOIDCSupport Signed-off-by: Leo Li <[email protected]> * enable the TLS for TestSequenceSendsEventsWithOIDCSupport Signed-off-by: Leo Li <[email protected]> * enable the TLS for TestApiserversourceSendEventWithJWT Signed-off-by: Leo Li <[email protected]> * enable the TLS for TestContainerSourceSendsEventsWithOIDCSupport Signed-off-by: Leo Li <[email protected]> * Update test/rekt/resources/sequence/sequence.go Co-authored-by: Christoph Stäbler <[email protected]> * Update test/auth/features/oidc/broker.go Co-authored-by: Christoph Stäbler <[email protected]> * Update test/auth/features/oidc/broker.go Co-authored-by: Christoph Stäbler <[email protected]> * Update test/auth/features/oidc/parallel.go Co-authored-by: Christoph Stäbler <[email protected]> * Update test/auth/features/oidc/broker.go Co-authored-by: Christoph Stäbler <[email protected]> * enable the TLS for TestSequenceSendsEventsWithOIDCSupport Signed-off-by: Leo Li <[email protected]> * enable the TLS for TestPingSourceSendsEventsWithOIDC Signed-off-by: Leo Li <[email protected]> * enable the TLS for TestChannelDispatcherAuthenticatesWithOIDC Signed-off-by: Leo Li <[email protected]> * add the audience field Signed-off-by: Leo Li <[email protected]> * Code clean up Signed-off-by: Leo Li <[email protected]> --------- Signed-off-by: Leo Li <[email protected]> Co-authored-by: Christoph Stäbler <[email protected]>
- Loading branch information
Showing
13 changed files
with
232 additions
and
113 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,5 @@ metadata: | |
namespace: knative-eventing | ||
data: | ||
authentication-oidc: "enabled" | ||
transport-encryption: "strict" | ||
|
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
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
Oops, something went wrong.