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

Authorize Services w/ Managed Identity #2

Merged
merged 10 commits into from
Sep 21, 2020
Merged

Conversation

pmcvtm
Copy link
Owner

@pmcvtm pmcvtm commented Sep 21, 2020

Replace regular 'ol authorization schemes (keys, service principals, passwords) for Azure Clients with Managed Identity

  • use token + storage URI for blobs
    • replacing connection string + container name
  • add token to EF connection at Context build-time
    • replacing username + password in connection string
  • use Default token for KeyVault
    • replace explicit token that used AD App + client secret

At its current state, the app won't run locally; it's just for in-Azure

@pmcvtm pmcvtm merged commit a4aa015 into master Sep 21, 2020
@pmcvtm pmcvtm deleted the auth-with-managed-identity branch September 21, 2020 00:33
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

Successfully merging this pull request may close these issues.

1 participant