Skip to content

Commit

Permalink
gcp: define alternative_host at data stream level
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Mar 23, 2022
1 parent 4ab615b commit 2511f40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
service: gcppubsub-emulator
input: gcp-pubsub
vars:
alternative_host: "{{Hostname}}:{{Port}}"
credentials_json: |-
{
"type": "service_account",
Expand All @@ -18,5 +17,6 @@ vars:
project_id: audit
data_stream:
vars:
alternative_host: "{{Hostname}}:{{Port}}"
subscription_name: subscription
topic: topic
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
service: gcppubsub-emulator
input: gcp-pubsub
vars:
alternative_host: "{{Hostname}}:{{Port}}"
credentials_json: |
{
"type": "service_account",
Expand All @@ -18,5 +17,6 @@ vars:
project_id: audit
data_stream:
vars:
alternative_host: "{{Hostname}}:{{Port}}"
subscription_name: subscription
topic: topic
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
service: gcppubsub-emulator
input: gcp-pubsub
vars:
alternative_host: "{{Hostname}}:{{Port}}"
credentials_json: >
{"foo": "bar"}
project_id: firewall
data_stream:
vars:
alternative_host: "{{Hostname}}:{{Port}}"
subscription_name: subscription
topic: topic
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
service: gcppubsub-emulator
input: gcp-pubsub
vars:
alternative_host: "{{Hostname}}:{{Port}}"
credentials_json: >-
{"type":"service_account","project_id":"foo","private_key_id":"x","private_key":"","client_email":"[email protected]","client_id":"0","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_x509_cert_url":"https://foo.bar/path"}
project_id: vpcflow
data_stream:
vars:
alternative_host: "{{Hostname}}:{{Port}}"
subscription_name: subscription
topic: topic

0 comments on commit 2511f40

Please sign in to comment.