Skip to content

Commit

Permalink
Revert "Adds OIDC authentication support for pubsub Apache Pulsar (#3023
Browse files Browse the repository at this point in the history
)"

This reverts commit af5bace.
  • Loading branch information
ItalyPaleAle authored Aug 1, 2023
1 parent af5bace commit 12989f7
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 1,132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
set +e
gotestsum --jsonfile ${{ env.TEST_OUTPUT_FILE_PREFIX }}_certification.json \
--junitfile ${{ env.TEST_OUTPUT_FILE_PREFIX }}_certification.xml --format standard-quiet -- \
-coverprofile=cover.out -covermode=set -tags=certtests -timeout=30m -coverpkg=${{ matrix.source-pkg }}
-coverprofile=cover.out -covermode=set -tags=certtests -coverpkg=${{ matrix.source-pkg }}
status=$?
echo "Completed certification tests for ${{ matrix.component }} ... "
if test $status -ne 0; then
Expand Down
213 changes: 0 additions & 213 deletions internal/authentication/oidc/clientcredentials.go

This file was deleted.

Loading

0 comments on commit 12989f7

Please sign in to comment.