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
226 stars 24 forks source link

Update SQL Server Admin AD group naming and adjust permissions #474

Closed tjementum closed 3 months ago

tjementum commented 3 months ago

Summary & Motivation

Change the name of the SQL Server Admin AD group to include the container repository name as a postfix. This change is implemented in the configure-continuous-deployment CLI command.

Remove the ACRPush permissions from the GitHub Service Principal, as it already has Contributor rights.

Checklist