platformplatform / PlatformPlatform

🚀 Pre-alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
217 stars 21 forks source link

Create HTTP Strict-Transport-Security ResponseHeaderValueTransform in AppGateway #501

Closed tjementum closed 1 month ago

tjementum commented 1 month ago

Summary & Motivation

Create HTTP Strict-Transport-Security (HSTS) ResponseHeaderValueTransform in AppGateway to enforce HSTS on all self-contained systems. This replaces the app.UseHsts() in the AppGateway Program.cs, which did not affect downstream services.

Checklist