Skip to content

Commit

Permalink
[receiver/cloudfoundryreceiver] Add configuration for shardid tests
Browse files Browse the repository at this point in the history
Co-authored-by: Cem Deniz Kabakci <[email protected]>
  • Loading branch information
jriguera and CemDK committed May 7, 2024
1 parent 2f41118 commit 225202b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions receiver/cloudfoundryreceiver/testdata/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,16 @@ cloudfoundry/invalid:
password: "test"
tls:
insecure_skip_verify: true

cloudfoundry/shardidnotdefined:
rlp_gateway:
endpoint: "https://log-stream.sys.example.internal"
timeout: "20s"
tls:
insecure_skip_verify: true
uaa:
endpoint: "https://uaa.sys.example.internal"
username: "admin"
password: "test"
tls:
insecure_skip_verify: true

0 comments on commit 225202b

Please sign in to comment.