We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da48b03 commit f6a3748Copy full SHA for f6a3748
news/feature-5270.md
@@ -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