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