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

[env with secrets] Support for pipeline config #4699

Open
vhvb1989 opened this issue Jan 16, 2025 · 0 comments
Open

[env with secrets] Support for pipeline config #4699

vhvb1989 opened this issue Jan 16, 2025 · 0 comments
Assignees

Comments

@vhvb1989
Copy link
Member

When mapping an ENV key to a secret for the pipeline configuration in azure.yaml like:

pipeline:
  secrets:
    - ENV-FOO 
  variables:
    - ENV-FOO

azd should check if the value of the env is an Azure Key Vault secret and if yes, pull the value and save it as secret for the pipeline.

But, if the env key is defined as a variable, azd should grant read-access to the key-vault account for the service-principal used for the pipeline.

@vhvb1989 vhvb1989 self-assigned this Jan 16, 2025
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

1 participant