Skip to content

Commit

Permalink
NEWS: Add entry for axoflow#412
Browse files Browse the repository at this point in the history
Signed-off-by: Tamás Kosztyu <tamas.kosztyu@axoflow.com>
  • Loading branch information
sodomelle committed Dec 13, 2024
1 parent bf58677 commit 9734e52
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions news/feature-412.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
bigquery(), google-pubsub-grpc(): Added service-account() authentication option.

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

Note: In contrary to the `http()` destination's similar option,
we do not need to manually set the audience here as it is
automatically recognized by the underlying gRPC API.

0 comments on commit 9734e52

Please sign in to comment.