Skip to content

Commit

Permalink
fixup! Implement remote authenticator and authorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
moroten committed Jan 29, 2025
1 parent 67f1466 commit 7b98d96
Show file tree
Hide file tree
Showing 13 changed files with 307 additions and 321 deletions.
4 changes: 2 additions & 2 deletions pkg/auth/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ go_library(
"authentication_metadata.go",
"authorizer.go",
"jmespath_expression_authorizer.go",
"remote_authenticator.go",
"remote_authorizer.go",
"remote_request_headers_authenticator.go",
"request_headers_authenticator.go",
"static_authorizer.go",
],
Expand Down Expand Up @@ -38,8 +38,8 @@ go_test(
"any_authorizer_test.go",
"authentication_metadata_test.go",
"jmespath_expression_authorizer_test.go",
"remote_authenticator_test.go",
"remote_authorizer_test.go",
"remote_request_headers_authenticator_test.go",
"static_authorizer_test.go",
],
deps = [
Expand Down
196 changes: 0 additions & 196 deletions pkg/auth/remote_authenticator.go

This file was deleted.

Loading

0 comments on commit 7b98d96

Please sign in to comment.