ukncsc / MailCheck.Public.TlsRpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailCheck.TlsRpt

The Mail Check TlsRpt Microservice is responsible for polling TlsRpt records for a domain. Polled records are then evaluated and saved. You should have a database connection established with the TlsRpt DB when running any project which contains a DAO folder.

Environment Variables for running:

In general, when running any project within MailCheck.TlsRpt you should have the following environment variables set up:

Variable Value
SnsTopicArn arn of topic to publish messages
MicroserviceOutputSnsTopicArn arn of topic for api to publish messages
ConnectionString database connection string
DevMode boolean to toggle CORS and run on localhost
NameServer NameServer used in the Poller
AWS_REGION aws datacentre region
AWS_ACCESS_KEY_ID aws access key
AWS_SECRET_ACCESS_KEY aws secret access key

About


Languages

Language:C# 99.9%Language:Dockerfile 0.1%