[PR #5595] [MERGED] 🍒 [BRE-831] migrate secrets akv (#5347) #31909

Closed
opened 2026-04-18 15:22:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5595
Author: @SaintPatrck
Created: 7/25/2025
Status: Merged
Merged: 7/25/2025
Merged by: @SaintPatrck

Base: release/hotfix-v2025.7.0-bwaHead: cp-bre-831-to-7.0-hotfix


📝 Commits (1)

📊 Changes

7 files changed (+194 additions, -46 deletions)

View changed files

📝 .github/workflows/build-authenticator.yml (+19 -6)
📝 .github/workflows/build.yml (+48 -23)
📝 .github/workflows/crowdin-pull.yml (+18 -5)
📝 .github/workflows/crowdin-push.yml (+8 -2)
📝 .github/workflows/github-release.yml (+20 -2)
📝 .github/workflows/scan-ci.yml (+41 -4)
📝 .github/workflows/scan.yml (+40 -4)

📄 Description

🎟️ Tracking

BRE-831

📔 Objective

Updating to use Azure Key Vault Secrets in place of GitHub secrets.
All GitHub secrets have been migrated to the repository's respective Key Vault.
Azure Service Principals have been updated to use Managed Identities with OIDC.

📸 Screenshots

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/5595 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 7/25/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `release/hotfix-v2025.7.0-bwa` ← **Head:** `cp-bre-831-to-7.0-hotfix` --- ### 📝 Commits (1) - [`e07d0ce`](https://github.com/bitwarden/android/commit/e07d0ce6d5026c549f6285c9d114533ea31743fa) [BRE-831] migrate secrets akv (#5347) ### 📊 Changes **7 files changed** (+194 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-authenticator.yml` (+19 -6) 📝 `.github/workflows/build.yml` (+48 -23) 📝 `.github/workflows/crowdin-pull.yml` (+18 -5) 📝 `.github/workflows/crowdin-push.yml` (+8 -2) 📝 `.github/workflows/github-release.yml` (+20 -2) 📝 `.github/workflows/scan-ci.yml` (+41 -4) 📝 `.github/workflows/scan.yml` (+40 -4) </details> ### 📄 Description ## 🎟️ Tracking [BRE-831](https://bitwarden.atlassian.net/browse/BRE-831) ## 📔 Objective Updating to use Azure Key Vault Secrets in place of GitHub secrets. All GitHub secrets have been migrated to the repository's respective Key Vault. Azure Service Principals have been updated to use Managed Identities with OIDC. ## 📸 Screenshots <!-- Required for any UI changes; delete if not applicable. Use fixed width images for better display. --> ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes [BRE-831]: https://bitwarden.atlassian.net/browse/BRE-831?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 15:22:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#31909