Skip to content

FIX allow AKV-referenced secrets in CoPYRIT deployments#1836

Merged
behnam-o merged 2 commits into
microsoft:mainfrom
behnam-o:dev/fix-gui-deploy
Jun 1, 2026
Merged

FIX allow AKV-referenced secrets in CoPYRIT deployments#1836
behnam-o merged 2 commits into
microsoft:mainfrom
behnam-o:dev/fix-gui-deploy

Conversation

@behnam-o
Copy link
Copy Markdown
Contributor

@behnam-o behnam-o commented May 29, 2026

In #1721, the copyrit environment is expected to be passed by value, and not by reference in AKV. In ADO pipelines, the pipeline variable has 2 problems that make it unusable: 1) it does not support multi-line secrets and 2) there is a 4096 character limit for a value of variable.

This PR fixes that by allowing both paths to work. In ADO pipelines, we'll still use the "old" AKV reference, while in deploy_instance.py deployments, the secret content is passed to the template.

@behnam-o behnam-o added this pull request to the merge queue Jun 1, 2026
Merged via the queue into microsoft:main with commit 3c7a710 Jun 1, 2026
48 checks passed
@behnam-o behnam-o deleted the dev/fix-gui-deploy branch June 1, 2026 03:28
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

Successfully merging this pull request may close these issues.

2 participants