This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Add Azure support#9
Open
takuro-sato wants to merge 4 commits into
Open
Conversation
Co-authored-by: Dominic Ayre <dominicayre@microsoft.com> Co-authored-by: Joe Powell <joepowell@microsoft.com> Co-authored-by: Kapil Vaswani <kapilv@microsoft.com> Co-authored-by: Ken Gordon <Ken.Gordon@microsoft.com> Co-authored-by: Mahati Chamarthy <mahati.chamarthy@microsoft.com> Co-authored-by: Ronny Bjones <ronny.bjones@microsoft.com>
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
takuro-sato
commented
Jan 23, 2024
Comment on lines
+112
to
+114
| return config_entries_map_.contains(name); | ||
| return config_entries_map_.contains(name) && | ||
| config_entries_map_.at(name) != kEmptyValue; |
takuro-sato
commented
Jan 23, 2024
Comment on lines
-89
to
+92
| google::scp::cpio::PrivateKeyVendingEndpoint primary, secondary; | ||
| google::scp::cpio::PrivateKeyVendingEndpoint primary; |
Author
There was a problem hiding this comment.
This file includes changes included the previous PR #7.
They are necessary here to test the other changes.
takuro-sato
marked this pull request as ready for review
January 23, 2024 17:10
takuro-sato
force-pushed
the
add-azure-support
branch
from
January 25, 2024 13:25
ef3080a to
766537f
Compare
This was referenced Sep 9, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Azure support
This PR is adding support for enabling deployment of Bidding and Auction Services on Azure.
Azure Privacy Sandbox architecture: https://1drv.ms/w/s!AmI-86sms1pYqJ5Uqgo5Qv2Ynmrcmw?e=BDC8BH
(We'll make a PR for the document in https://github.com/privacysandbox/protected-auction-services-docs/tree/main in future)
Now B&A services can fetch private and public HPKE keys from an Azure KMS, specifically designed to support the B&A services, and handle test requests.
To try this changes locally, please visit here.
The PR for data-plane-shared-libraries repository: privacysandbox/data-plane-shared-libraries#1
Changes
--platform=azure(for Bazel),kAzure(C++ enum value).production/packagingkAzure.TODOs for future PRs