Skip to content

SDK should support reading certificate from buffers instead of file paths. #14055

@manuchandel

Description

@manuchandel

Using Azure SDK to authenticate via certificateCredential requires parameter filePath to pem cert including private key. This is not desirable in an environment where it is not safe to have pem certs that include private key.

If the user has pem bytes in the variable, he should be able to pass it and authenticate.

One use case is Azure Databricks Environment. User does not want to store the certificate inside a file on a cluster. Instead he can get the certificate from mounted keyvault and use it for authentication.

Because the code is just reading pem bytes from file path, let it also consume pem bytes from user if the user has it.

Metadata

Metadata

Assignees

Labels

Azure.IdentityClientThis issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions