-
Notifications
You must be signed in to change notification settings - Fork 16
Braze Connector: Access Endpoints #1248
Conversation
050f60f
to
28f3e8f
Compare
* Added Erasure Endpoints. * Test Cases * Finalized yml Files * Finalized tests and fixtures * Black Fix
CHANGELOG.md
Outdated
@@ -78,6 +78,7 @@ The types of changes are: | |||
* Frontend - Configure a Manual entry connector [#1015](https://github.com/ethyca/fidesops/pull/1247) | |||
* Manual webhook test functionality [#1323](https://github.com/ethyca/fidesops/pull/1323/) | |||
* Added change request table [#1340](https://github.com/ethyca/fidesops/pull/1340) | |||
* Adds Access Endpoints for Braze [#1248](https://github.com/ethyca/fidesops/pull/1248) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to Access and erasure support for Braze
and moved it to the Unreleased
section.
data/saas/config/braze_config.yml
Outdated
test_request: | ||
method: GET | ||
path: /email/hard_bounces/ | ||
headers: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test request will use the same auth as the client_config
so there is no need to specify the headers here. Also, you can just use the <api_key>
placeholder here without having to use a param_value
(I know this last one is a bit weird).
- fides_key: <instance_fides_key> | ||
name: Braze Dataset | ||
description: A sample dataset representing the Braze connector for Fidesops | ||
collections: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work tagging the fields with the appropriate data categories 👍
Purpose
Implements Braze PII endpoints.
Checklist
CHANGELOG.md
fileCHANGELOG.md
file is being appended toUnreleased
section in an appropriate category. Add a new category from the list at the top of the file if the needed one isn't already there.Run Unsafe PR Checks
label has been applied, and checks have passed, if this PR touches any external servicesTicket
Fixes #322