Skip to content

Commit

Permalink
Add enabled actions to sample connections (for use in fidesplus tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 27, 2025
1 parent dab3841 commit d8c4f37
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ connection:
- key: cookie_house_loyalty_database
name: Postgres Connector (Loyalty)
connection_type: postgres
enabled_actions: ["access", "erasure"]
access: write
dataset: postgres_example_test_extended_dataset
system_key: cookie_house_loyalty_database
Expand All @@ -28,6 +29,7 @@ connection:
- key: cookie_house_customer_database_mongodb
name: MongoDB Connector
connection_type: mongodb
enabled_actions: ["access", "erasure"]
access: write
dataset: mongo_test
system_key: cookie_house_customer_database
Expand Down

0 comments on commit d8c4f37

Please sign in to comment.