Skip to content

Commit f6a3748

Browse files
sodomelleHofiOne
authored andcommitted
NEWS: Add news entry
Signed-off-by: Tamás Kosztyu <[email protected]> Signed-off-by: Hofi <[email protected]>
1 parent da48b03 commit f6a3748

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

news/feature-5270.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
bigquery(), google-pubsub-grpc(): Added service-account() authentication option.
2+
3+
Example usage:
4+
```
5+
destination {
6+
google-pubsub-grpc(
7+
project("test")
8+
topic("test")
9+
auth(service-account(key ("path_to_service_account_key.json")))
10+
);
11+
};
12+
```
13+
14+
Note: In contrary to the `http()` destination's similar option,
15+
we do not need to manually set the audience here as it is
16+
automatically recognized by the underlying gRPC API.

0 commit comments

Comments
 (0)