[Alts] Update visibility of grpc++_alts target. (#32883)

This target must be public so that ALTS users can easily perform authZ
checks based on the ALTS context.
This commit is contained in:
Matthew Stevenson 2023-04-17 11:01:51 -07:00 committed by GitHub
parent c3507a174b
commit f438cf2c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
BUILD
View File

@ -1156,7 +1156,7 @@ grpc_cc_library(
],
language = "c++",
standalone = True,
visibility = ["@grpc:tsi"],
visibility = ["@grpc:public"],
deps = [
"alts_upb",
"gpr",