https://github.com/jandev/secure-apis
Project containing samples for using managed identities and authorizing services using these identities
https://github.com/jandev/secure-apis
azure identities managed-identity vnet
Last synced: 12 months ago
JSON representation
Project containing samples for using managed identities and authorizing services using these identities
- Host: GitHub
- URL: https://github.com/jandev/secure-apis
- Owner: Jandev
- License: mit
- Created: 2020-03-24T19:37:34.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T22:36:28.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T10:12:16.672Z (about 1 year ago)
- Topics: azure, identities, managed-identity, vnet
- Language: C#
- Homepage:
- Size: 95.7 KB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# My Secure APIs demo project
This project contains some of the best-practices, known to me, for securing your web applications in Azure.
It's a work-in-progress, so nowhere near perfect.
# Goals
The things I want to do in this project.
* Have an access restriction on the backend services, only to allow traffic from within the VNet
* VNet integrate the frontend service (API) to communicate with the backend services (Speaker API & Conference API)
* Have authentication & authorization in place on backend services
* Only the frontend service (API) can communicate with the backend services
Handled via app roles assigned to managed identity
* Use Key Vault references for accessing secrets
* Get & assign keys & connection strings via ARM Template functions during deployment
* Use and assign RBAC roles for managed identities to allow access to other resources
* Create and assign Azure Policies for compliancy of the resource group
* ...
# Want to help?
If you think something is missing from my list or think of something else, feel free to add new issues.
I'm using this project as a learning exercise and would love to learn more from you.
# Badges
