Skip to content

Commit

Permalink
NEWS: Add entry for #412
Browse files Browse the repository at this point in the history
Signed-off-by: Tamás Kosztyu <[email protected]>
  • Loading branch information
Tamás Kosztyu committed Dec 10, 2024
1 parent 807d09f commit 07df96e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions news/feature-412.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
grpc: Added service account option for grpc destinations.

Example usage:
```
destination {
google-pubsub-grpc(
project("test")
topic("test")
auth(service-account(key ("path_to_service_account_key.json")))
);
};
```

Note: It seems like gRPC sets the audience and scope options
based on the gRPC service name.

0 comments on commit 07df96e

Please sign in to comment.