[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.
pull/32886/head
Matthew Stevenson 2 years ago committed by GitHub
parent c3507a174b
commit f438cf2c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILD

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

Loading…
Cancel
Save