Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSI support for linux consumption #232

Closed
tjhgit opened this issue Nov 5, 2018 · 4 comments
Closed

MSI support for linux consumption #232

tjhgit opened this issue Nov 5, 2018 · 4 comments
Milestone

Comments

@tjhgit
Copy link

tjhgit commented Nov 5, 2018

I can set an identity (az functionapp identity assign) for my function app and register this identity with keyvault.

However when using MSIAuthentification() in the function app I get the error message:

  • Getting error “MSI_ENDPOINT not in environment” when running the function app (method: MSIAuthentification())

What am I doing wrong?

@asavaritayal
Copy link
Contributor

asavaritayal commented Nov 6, 2018

MSI is currently not support by Linux consumption, which Python support is built on. Renaming the issue for tracking.

/cc @mattchenderson @cgillum

@asavaritayal asavaritayal changed the title identity for azure functions does not work MSI support for linux consumption (python) Nov 6, 2018
@asavaritayal asavaritayal added this to the Backlog milestone Nov 6, 2018
@tjhgit
Copy link
Author

tjhgit commented Nov 6, 2018

@asavaritayal : Is MSI also not supported for dedicated linux (docker) app plan? What is your suggestion on to how to access keyvault secrets from a linux app, then?

@mattchenderson
Copy link

@tjhgit We're hoping to have it supported for dedicated Linux very soon. Certainly by end of year.

@asavaritayal asavaritayal changed the title MSI support for linux consumption (python) MSI support for linux consumption Dec 11, 2018
@asavaritayal
Copy link
Contributor

This issue was moved to Azure/Azure-Functions#1066

kaibocai pushed a commit that referenced this issue Aug 19, 2022
* Use Gson that is included as part for protobuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants