-
Notifications
You must be signed in to change notification settings - Fork 165
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
Support Azure Managed Identities for download blob #1594
Comments
Talked to @zhoufenqin on another forum, the main thing asked here is the ability to use workload identity (i.e. service account identity) to access Iaas specific blob stores. What we came up with is an additional field to the source configuration
|
support managed identity first, workload identity priority is lower than managed identity in our case now |
Would |
yes, it works |
@chenbh Do you know which kpack version will release this feature, I didn't see the version tag in PR |
@zhoufenqin this feature was released in v0.14.0, but you probably want v0.14.1 which has the fix in #1637 |
Similar to #1503 feature request.
When using Azure storage account file share to store source code, we should use blob url with sas token, Currently, kpack doesn't support fetch blob with keychains, it should be supported.
See the reference about Azure Files identity-based authentication options for SMB access
The text was updated successfully, but these errors were encountered: