Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable TLS for OIDC e2e tests #7551

Merged
merged 33 commits into from
Jan 18, 2024

Commits on Jan 8, 2024

  1. Enable the TLS feature for BrokerSendEventWithOIDCTokenToSubscriber

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d46ad64 View commit details
    Browse the repository at this point in the history
  2. Enable the TLS feature for BrokerSendEventWithOIDCTokenToReply

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    bc97023 View commit details
    Browse the repository at this point in the history
  3. Save the progress on adding TLS support for BrokerSendEventWithOIDCTo…

    …kenToDLS
    
    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7db5f0e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    27678b1 View commit details
    Browse the repository at this point in the history
  2. Still couldn't figure out. Will leave a comment there

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    53e8c40 View commit details
    Browse the repository at this point in the history
  3. Update more test to enable TLS

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    765ff4e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    ba9e0da View commit details
    Browse the repository at this point in the history
  2. Fix the review comments

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b9ed6db View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    cb42428 View commit details
    Browse the repository at this point in the history
  2. Fix the review comments by using destination object

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    eecf885 View commit details
    Browse the repository at this point in the history
  3. Enable TLS in the CI

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3ce0a71 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. comment out all the other tests to validate my assumption

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ee4d57e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    c6b758d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    dd5c43d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a05a5d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47935dc View commit details
    Browse the repository at this point in the history
  4. fix the wrong indentation for the cacert format

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    72164dd View commit details
    Browse the repository at this point in the history
  5. enable the TLS for TestParallelTwoBranchesWithOIDCSupport

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ec2b5b7 View commit details
    Browse the repository at this point in the history
  6. enable the TLS for TestSequenceSendsEventsWithOIDCSupport

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1e21507 View commit details
    Browse the repository at this point in the history
  7. enable the TLS for TestApiserversourceSendEventWithJWT

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    162b239 View commit details
    Browse the repository at this point in the history
  8. enable the TLS for TestContainerSourceSendsEventsWithOIDCSupport

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fc055e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Update test/rekt/resources/sequence/sequence.go

    Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
    Leo6Leo and creydr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7a156b4 View commit details
    Browse the repository at this point in the history
  2. Update test/auth/features/oidc/broker.go

    Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
    Leo6Leo and creydr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e567102 View commit details
    Browse the repository at this point in the history
  3. Update test/auth/features/oidc/broker.go

    Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
    Leo6Leo and creydr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3e84423 View commit details
    Browse the repository at this point in the history
  4. Update test/auth/features/oidc/parallel.go

    Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
    Leo6Leo and creydr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    41c9372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0a6f31 View commit details
    Browse the repository at this point in the history
  6. Update test/auth/features/oidc/broker.go

    Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
    Leo6Leo and creydr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    60463ba View commit details
    Browse the repository at this point in the history
  7. enable the TLS for TestSequenceSendsEventsWithOIDCSupport

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d82242a View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/enable-tls-for-broker-oidc-test'…

    … into enable-tls-for-broker-oidc-test
    Leo6Leo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3d42786 View commit details
    Browse the repository at this point in the history
  9. enable the TLS for TestPingSourceSendsEventsWithOIDC

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d7a180d View commit details
    Browse the repository at this point in the history
  10. enable the TLS for TestChannelDispatcherAuthenticatesWithOIDC

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    810b5e7 View commit details
    Browse the repository at this point in the history
  11. add the audience field

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    400c9f1 View commit details
    Browse the repository at this point in the history
  12. Code clean up

    Signed-off-by: Leo Li <leoli@redhat.com>
    Leo6Leo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0cf666c View commit details
    Browse the repository at this point in the history