Code Monkey home page Code Monkey logo

Comments (5)

chuyiwtree avatar chuyiwtree commented on August 16, 2024 1

Thank you @Jinming-Hu

Hello,

We have an application which runs on azure VM and uses azure C++ storage sdk to interact with blob storage. We need to authenticate this application to have blob storage access. Currently we do it by passing storage account and account key as input from the user and create a storage client. However since we are running on azure VM, we want to avoid getting credentials from user.

Does the azure C++ storage sdk(Or identity Library) support reading required credentials from VM or getting managed identities? Basically is there any functionality similar to instance profiles in AWS/Default service account in GCP for azure C++ sdk(Azure identity Library)?

Thanks a lot!

from azure-sdk-for-cpp.

antkmsft avatar antkmsft commented on August 16, 2024

Scott's suggestion is to implement the same as Go did.
Ge suggests the following:

  • client secret credential
  • client certificate credential
  • environment credential
  • managed identity credential
  • default azure credential

Client certificate credential will require some SSL library dependency, most likely we will take OpenSSL.

Two most expensive credential types to implement are Client Certificate and Managed Identity.

Scott thinks it will take 8 weeks total to implement these, Managed Identity taking 3 weeks out of 8.

from azure-sdk-for-cpp.

antkmsft avatar antkmsft commented on August 16, 2024

Let's also check with Speech and Storage which credentials they need, during our Friday sync.

from azure-sdk-for-cpp.

gilbertw avatar gilbertw commented on August 16, 2024

@antkmsft Can you open an Issue for each credential and attach to this Epic.

from azure-sdk-for-cpp.

RickWinter avatar RickWinter commented on August 16, 2024

@antkmsft Consolidate this Epic with the December Identity epic and then close this epic

from azure-sdk-for-cpp.

Related Issues (20)

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.