We are trying to access KeyVault secrets from DevOps pipeline. Secrets are getting fetched in the pipeline but they are encrypted, just showing ***. We need help to get the actual values of secrets.

Pankaj Patil 0 Reputation points
2024-07-30T09:55:20.3866667+00:00

We are trying to access KeyVault secrets from DevOps pipeline. Secrets are getting fetched in the pipeline but they are encrypted, just showing ***.

I need help to get the actual values of secrets.

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,372 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu katara 13,760 Reputation points MVP
    2024-07-30T10:05:11.06+00:00

    Hi , Welcome to MS Q&A

    I think it's not possible to display the actual values of secrets from Azure Key Vault in a DevOps pipeline. This is a security feature designed to protect your secrets. Secrets are meant to be kept confidential and should not be displayed in plain text in any logs or console outputs. This is a standard security practice to prevent any unauthorized access or potential exposure of sensitive information.

    If your application needs to use these secrets, it should just reference them by their names or identifiers and the actual values should be accessed only when necessary within the secure context of the application's runtime environment.

    Remember, it's crucial to follow these security practices to protect your sensitive information and maintain the integrity of your applications.

    Please let me know if you have any further questions

    Thanks
    Deepanshu

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.