Skip to content

Commit e752902

Browse files
shreyaxhenigma-commits
authored andcommitted
backend/enh: changes logic for disable signature auth
1 parent 0ccd33a commit e752902

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/gateway/src/App/Types.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ data AppEnv = AppEnv
8787
shouldLogRequestId :: Bool,
8888
sessionId :: Maybe Text,
8989
kafkaProducerForART :: Maybe KafkaProducerTools,
90-
url :: Maybe Text
90+
url :: Maybe Text,
91+
noSignatureSubscribers :: [Text]
9192
}
9293
deriving (Generic)
9394

@@ -127,6 +128,7 @@ buildAppEnv AppCfg {..} = do
127128
AppEnv
128129
{ gwId = selfId,
129130
url = Nothing,
131+
noSignatureSubscribers = [],
130132
..
131133
}
132134

0 commit comments

Comments
 (0)