mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-08-25 14:53:55 +00:00
fix valid authHeader
This commit is contained in:
@@ -56,11 +56,11 @@
|
|||||||
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
||||||
urlPath: "/api/v2/aws/sns"
|
urlPath: "/api/v2/aws/sns"
|
||||||
waitForDns: 0
|
waitForDns: 0
|
||||||
authHeader: ["YXV0aEhlYWRlcg=="]
|
authHeader: ["dXNlcjpwYXNz"]
|
||||||
start:
|
start:
|
||||||
duration: 1
|
duration: 1
|
||||||
apiPath: http://caduceus:6000/hooks
|
apiPath: http://caduceus:6000/hooks
|
||||||
authHeader: YXV0aEhlYWRlcg==
|
authHeader: dXNlcjpwYXNz
|
||||||
|
|
||||||
service:
|
service:
|
||||||
defaultScheme: http
|
defaultScheme: http
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
fanout:
|
fanout:
|
||||||
endpoints: [ "http://petasos:6400/api/v2/device/send" ]
|
endpoints: [ "http://petasos:6400/api/v2/device/send" ]
|
||||||
authorization: YXV0aEhlYWRlcg==
|
authorization: dXNlcjpwYXNz
|
||||||
fanoutTimeout: "5s"
|
fanoutTimeout: "5s"
|
||||||
clientTimeout: "5s"
|
clientTimeout: "5s"
|
||||||
concurrency: 10
|
concurrency: 10
|
||||||
@@ -76,8 +76,8 @@
|
|||||||
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
||||||
urlPath: "/api/v2/aws/sns"
|
urlPath: "/api/v2/aws/sns"
|
||||||
waitForDns: 0
|
waitForDns: 0
|
||||||
authHeader: ["YXV0aEhlYWRlcg=="]
|
authHeader: ["dXNlcjpwYXNz"]
|
||||||
start:
|
start:
|
||||||
duration: 1
|
duration: 1
|
||||||
apiPath: http://caduceus:6000/hooks
|
apiPath: http://caduceus:6000/hooks
|
||||||
authHeader: YXV0aEhlYWRlcg==
|
authHeader: dXNlcjpwYXNz
|
||||||
|
|||||||
@@ -47,9 +47,9 @@
|
|||||||
maxIdleConnsPerHost: 100
|
maxIdleConnsPerHost: 100
|
||||||
idleConnTimeout: "120s"
|
idleConnTimeout: "120s"
|
||||||
clientTimeout: "160s"
|
clientTimeout: "160s"
|
||||||
authKey: YXV0aEhlYWRlcg==
|
authKey: dXNlcjpwYXNz
|
||||||
inbound:
|
inbound:
|
||||||
authKey: YXV0aEhlYWRlcg==
|
authKey: dXNlcjpwYXNz
|
||||||
|
|
||||||
eventMap:
|
eventMap:
|
||||||
default: http://caduceus:6000/api/v3/notify
|
default: http://caduceus:6000/api/v3/notify
|
||||||
|
|||||||
@@ -47,9 +47,9 @@
|
|||||||
maxIdleConnsPerHost: 100
|
maxIdleConnsPerHost: 100
|
||||||
idleConnTimeout: "120s"
|
idleConnTimeout: "120s"
|
||||||
clientTimeout: "160s"
|
clientTimeout: "160s"
|
||||||
authKey: YXV0aEhlYWRlcg==
|
authKey: dXNlcjpwYXNz
|
||||||
inbound:
|
inbound:
|
||||||
authKey: YXV0aEhlYWRlcg==
|
authKey: dXNlcjpwYXNz
|
||||||
|
|
||||||
eventMap:
|
eventMap:
|
||||||
default: http://caduceus:6000/api/v3/notify
|
default: http://caduceus:6000/api/v3/notify
|
||||||
|
|||||||
@@ -47,9 +47,9 @@
|
|||||||
maxIdleConnsPerHost: 100
|
maxIdleConnsPerHost: 100
|
||||||
idleConnTimeout: "120s"
|
idleConnTimeout: "120s"
|
||||||
clientTimeout: "160s"
|
clientTimeout: "160s"
|
||||||
authKey: YXV0aEhlYWRlcg==
|
authKey: dXNlcjpwYXNz
|
||||||
inbound:
|
inbound:
|
||||||
authKey: YXV0aEhlYWRlcg==
|
authKey: dXNlcjpwYXNz
|
||||||
|
|
||||||
eventMap:
|
eventMap:
|
||||||
default: http://caduceus:6000/api/v3/notify
|
default: http://caduceus:6000/api/v3/notify
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
||||||
urlPath: "/api/v2/aws/sns"
|
urlPath: "/api/v2/aws/sns"
|
||||||
|
|
||||||
authHeader: ["YXV0aEhlYWRlcg=="]
|
authHeader: ["dXNlcjpwYXNz"]
|
||||||
targetURL: http://scytale:6300
|
targetURL: http://scytale:6300
|
||||||
# WRPSource: "dns:tr1d1um.xmidt.comcast.net"
|
# WRPSource: "dns:tr1d1um.xmidt.comcast.net"
|
||||||
supportedServices:
|
supportedServices:
|
||||||
|
|||||||
Reference in New Issue
Block a user