Skip to content

Commit

Permalink
fix building plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bma13 committed Aug 15, 2024
1 parent c0454dd commit 6f7c454
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions plugins/auth_nebius/auth_nebius.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,6 @@ func (p *authProviderNebius) Authorize(
return results, subject, err
}

func main() {}

var AuthProvider authProviderNebius
5 changes: 3 additions & 2 deletions plugins/auth_nebius/proto/iam/v1/access_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/auth_nebius/proto/iam/v1/access_service_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f7c454

Please sign in to comment.