How to sign with azure key vault in linux?

振涛 闫 5 Reputation points
2024-04-25T07:30:52.38+00:00

Hello, how can I use Azure key vault to sign my JAVA code? My compilation machine is Linux, and I found that Azure sign tool seems to be only available on Windows. If my compilation machine is Linux, how can I access key vault for signing.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,124 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Shweta Mathur 27,711 Reputation points Microsoft Employee
    2024-04-30T10:23:32.9833333+00:00

    Hi @振涛 闫 ,

    Thanks for reaching out.

    You can utilize the system-assigned managed identity for accessing Key Vault on your Linux machine.

    Managed Service Identities are automatically managed by Azure and enable you to authenticate to services that support Microsoft Entra authentication, without including authentication information in your code.

    Reference - https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/tutorial-linux-vm-access-nonaad

    Hope this will help.

    Thanks,

    Shweta

    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments