Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use managed identities for SQL server admin + schema creation #1100

Open
3 tasks
audols opened this issue Feb 11, 2025 · 0 comments
Open
3 tasks

Use managed identities for SQL server admin + schema creation #1100

audols opened this issue Feb 11, 2025 · 0 comments

Comments

@audols
Copy link

audols commented Feb 11, 2025

We are currently using an AAD security group (that adds the user making the deployment) as an admin to the bicep-created SQL Server. Ideally we could conduct all auth through a user-assigned managed identity to ensure a higher degree of security.

Tasks

  • Add bicep deployment for user-assigned managed identity
  • Make MSI the SQL server admin (either as security group member or as direct admin)
  • Update Excitation repo's data-source.ts to use a managed identity rather than the DefaultAzureCredential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant