Skip to content

fix(azure): update barman-cloud with Azure validation fix#9604

Merged
mnencia merged 1 commit intomainfrom
dev/azure-require-storage-account
Jan 8, 2026
Merged

fix(azure): update barman-cloud with Azure validation fix#9604
mnencia merged 1 commit intomainfrom
dev/azure-require-storage-account

Conversation

@mnencia
Copy link
Member

@mnencia mnencia commented Dec 31, 2025

This change fixes Azure credentials validation to require a storage account when using explicit credentials such as a storage key or SAS token, and ensures the connection string is mutually exclusive with other authentication parameters.

Closes #9598

Related: cloudnative-pg/barman-cloud#177

@mnencia mnencia requested a review from a team as a code owner December 31, 2025 00:03
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 31, 2025
@cnpg-bot cnpg-bot added backport-requested ◀️ This pull request should be backported to all supported releases release-1.25 release-1.27 release-1.28 labels Dec 31, 2025
@github-actions
Copy link
Contributor

❗ By default, the pull request is configured to backport to all release branches.

  • To stop backporting this pr, remove the label: backport-requested ◀️ or add the label 'do not backport'
  • To stop backporting this pr to a certain release branch, remove the specific branch label: release-x.y

@dosubot dosubot bot added the bug 🐛 Something isn't working label Dec 31, 2025
@mnencia
Copy link
Member Author

mnencia commented Dec 31, 2025

/test

@github-actions
Copy link
Contributor

@mnencia, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/20608700245

@cnpg-bot cnpg-bot added the ok to merge 👌 This PR can be merged label Dec 31, 2025
@mnencia mnencia force-pushed the dev/azure-require-storage-account branch from 26f5d64 to 084614c Compare January 7, 2026 08:32
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Jan 7, 2026
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 7, 2026
This change fixes Azure credentials validation to require storage
account when using explicit credentials such as storage key or SAS
token, and ensures connection string is mutually exclusive with other
authentication parameters.

Related: cloudnative-pg/barman-cloud#177
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
@mnencia mnencia force-pushed the dev/azure-require-storage-account branch from 084614c to 6acbb4f Compare January 8, 2026 07:39
@mnencia mnencia merged commit 53dc521 into main Jan 8, 2026
34 checks passed
@mnencia mnencia deleted the dev/azure-require-storage-account branch January 8, 2026 08:25
cnpg-bot pushed a commit that referenced this pull request Jan 8, 2026
This change fixes Azure credentials validation to require a storage
account when using explicit credentials such as a storage key or SAS
token, and ensures the connection string is mutually exclusive with
other authentication parameters.

Closes #9598

Related: cloudnative-pg/barman-cloud#177

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit 53dc521)
cnpg-bot pushed a commit that referenced this pull request Jan 8, 2026
This change fixes Azure credentials validation to require a storage
account when using explicit credentials such as a storage key or SAS
token, and ensures the connection string is mutually exclusive with
other authentication parameters.

Closes #9598

Related: cloudnative-pg/barman-cloud#177

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit 53dc521)
cnpg-bot pushed a commit that referenced this pull request Jan 8, 2026
This change fixes Azure credentials validation to require a storage
account when using explicit credentials such as a storage key or SAS
token, and ensures the connection string is mutually exclusive with
other authentication parameters.

Closes #9598

Related: cloudnative-pg/barman-cloud#177

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit 53dc521)
mnencia added a commit that referenced this pull request Jan 20, 2026
This change fixes Azure credentials validation to require a storage
account when using explicit credentials such as a storage key or SAS
token, and ensures the connection string is mutually exclusive with
other authentication parameters.

Closes #9598

Related: cloudnative-pg/barman-cloud#177

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit 53dc521)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-requested ◀️ This pull request should be backported to all supported releases bug 🐛 Something isn't working lgtm This PR has been approved by a maintainer ok to merge 👌 This PR can be merged release-1.25 release-1.27 release-1.28 size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Missing StorageAccount validation allows invalid Azure configurations

4 participants