Skip to content

A very quick and dirty demo showing ASPNetCore app loading config from Azure KeyVault

Notifications You must be signed in to change notification settings

cbadke/SecretsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secrets Demo

This is a very quick and dirty demo of loading configuration for ASPNET Core app using Azure KeyVault. Prepared for my EDMUG talk on February 27, 2018.

This demo does handle some things that you may want to consider for actual production use such as:

  • dynamically taking new values if vault secrets change (everything loads on app start)
  • insecure memory considerations. secrets are loading a plain strings into the config dictionary. if an attacker could get a memory dump of the application then the secrets will be easily retrievable. if this is a consideration for your app then other mechanisms such as SecureString should be considered.

About

A very quick and dirty demo showing ASPNetCore app loading config from Azure KeyVault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published