From f438cf2c2d695de9e04af89fce64cede285bcdbd Mon Sep 17 00:00:00 2001 From: Matthew Stevenson <52979934+matthewstevenson88@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:01:51 -0700 Subject: [PATCH] [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. --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 0f96f9ca810..0d3c21e673c 100644 --- a/BUILD +++ b/BUILD @@ -1156,7 +1156,7 @@ grpc_cc_library( ], language = "c++", standalone = True, - visibility = ["@grpc:tsi"], + visibility = ["@grpc:public"], deps = [ "alts_upb", "gpr",