Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Add Braze connector registry entry #1418

Merged
merged 4 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The types of changes are:
* Add authenticated route to get consent preferences [#1402](https://github.com/ethyca/fidesops/pull/1402)
* Access and erasure support for Braze [#1248](https://github.com/ethyca/fidesops/pull/1248)
* Admin UI: Persist Redux store to localStorage [#1401](https://github.com/ethyca/fidesops/pull/1409)
* Adds the Braze connector to the SaaS connector registry [#1418](https://github.com/ethyca/fidesops/pull/1418)

### Removed

Expand Down
8 changes: 7 additions & 1 deletion data/saas/saas_connector_registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,10 @@ human_readable = "Zendesk"
config = "data/saas/config/rollbar_config.yml"
dataset = "data/saas/dataset/rollbar_dataset.yml"
icon = "data/saas/icon/default.svg"
human_readable = "Rollbar"
human_readable = "Rollbar"

[braze]
config = "data/saas/config/braze_config.yml"
dataset = "data/saas/dataset/braze_dataset.yml"
icon = "data/saas/icon/default.svg"
human_readable = "Braze"