Registry / networking / grpc-alts

grpc-alts

JSON →
library1.80.0javamavenunverified

Provides ALTS (Application Layer Transport Security) support for gRPC in Java.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-alts</artifactId> <version>1.80.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-ALTS
G
grpc-alts
networkingjavav1.80.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AltsChannelBuilder
io.grpc.alts.AltsChannelBuilder

Create a gRPC channel with ALTS security.

import io.grpc.alts.AltsChannelBuilder; import io.grpc.ManagedChannel; public class Example { public static void main(String[] args) { ManagedChannel channel = AltsChannelBuilder.forTarget("localhost:8080").build(); System.out.println("ALTS channel created"); } }
Debug
Known issues
gotchaALTS requires specific environment setup (e.g., GCP) and may not work in all environments.
fix
Ensure you are running on Google Cloud Platform or have the necessary credentials configured.
affects: all
Upgrade
Version history
1.80.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
grpc-alts — mvn dependency:get grpc-alts · libregistry