Git Product home page Git Product logo

azure-keyvault's Introduction

Azure-KeyVault

The idea here is to build an API app that can read a secret from Azure KeyVault using Managed Identity. I am using azure SDK, which makes Managed Identity work flow really simple. Basically we don't have to worry about the token that Managed Identity gets from the Azure AD, and later verification of that token by the Azure KeyVault. For the local development though, the SDK will use azure cli to bypass Managed Identity. So make sure you have the Azure CLI installed in your computer. You also need to make sure that the secret exists and azure keyvault is given an access policy for your user account. Finally you can deploy the app and test it on the azure app service.

Provide the necessary data in SecretController.cs

private const string KeyVaultUri = "your-keyvault-uri";
private const string SecretName = "your-secret-name";

TODO

  1. Explain the design bellow.
  2. Explain how the data factory can read a key without AzureKeyVault
  3. Explain how the managed identity works.
  4. Explain the project, what it does?

Conceptual model

azure-keyvault's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.