Alper Rifat Ulucinar
Alper Rifat Ulucinar
> @ulucinar any chance to bring this forward? Currently, the managed resource API we define here does not conform to Crossplane's [API patterns](https://github.com/crossplane/crossplane/blob/master/design/one-pager-managed-resource-api-design.md). For instance, we need to have the...
Some further details associated with this issue are here: https://docs.microsoft.com/en-us/azure/aks/use-managed-identity
> I wonder if the new [provider-jet-azure](https://github.com/crossplane-contrib/provider-jet-azure/) already support this, maybe @ulucinar has some good insight into that? Yes, with `provider-jet-azure` we support using system-assigned or user-assigned managed identities via...
We had a discussion about this issue with @ezgidemirel. https://github.com/crossplane/provider-azure/pull/330 adds support for using managed identities in AKS clusters. However, using service principals is out of scope of that PR....
Hi @vaspahomov, Could you please check the failing tests?
> Hi @ulucinar, Removed unused code in tests Thank you very much @vaspahomov for bearing with us on this PR. Together with @sergenyalcin, we took another pass over the PR....
A related doc resource is here: https://docs.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication?tabs=bash I see this issue as a blocker for addressing some other identity-based authentication related issues we have (#164, #329).
Hi @vaspahomov, Could you please take a look at my review comments on the more recent #264, #269 and #279 and if needed, address common issues for this PR. Would...
Hi @vaspahomov, I think you have broken this PR into smaller ones such as #264, #269. If this is the case, let's get them in before this one.
Hi @vfarcic, Thank for reporting this. We had a discussion on referencer field markers with @muvaf and our conclusion back then was something similar to the following considering some of...