AnalogIO / analog-core

.NET 8 backend for Cafe Analog's coffee card app
https://core.prd.analogio.dk/swagger
MIT License
4 stars 1 forks source link

Verify all appsettings are configured in IaC #280

Open TTA777 opened 3 months ago

TTA777 commented 3 months ago

Currently at least LoginLimiter__TimeOutPeriodInSeconds is not configured, others might be as well

jonasanker commented 3 months ago

This might be intended. When no explicit configuration is set, it defaults back to the contents of the appsettings.json file.

TTA777 commented 3 months ago

Well, in this particular case, we have configured the two other options of the limiter, so it seems unintentional. Considering the issue we had with a signing key recently, I think it's worth checking up on it at least