Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
174 stars 124 forks source link

Service Fabric Support for Managed Identity Credential #2496

Closed antkmsft closed 5 months ago

antkmsft commented 3 years ago

Hi @kyle-patterson,

I am working on Managed Identity Credential for C++. It would allow customers to authorize in AppService, CloudShell, Azure Arc, and via using IMDS. That’s what other SDKs support as well, but they also support Service Fabric as part of ManagedIdentityCredential.

I was looking into adding Service Fabric authentication support, but at the moment we seem to lack some features in our Core, to handle TLS/do certificate thumbprint validation. I am not saying it is not possible to implement, but it is more expensive than the other 4.

It is possible to add Service Fabric auth support in the future, without introducing a breaking change. Also, should we need it sooner, there might be a shortcut to bypass certificate thumbprint validation – that is what Python and JS SDKs do.

So, finally, my question is this: do our customers need Service Fabric auth support at this moment? Or, how soon do they need it?

github-actions[bot] commented 5 months ago

Hi @antkmsft, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.