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

Conversation

adamsachs
Copy link
Contributor

@ethyca/docs-authors - thought i'd just give a shot at the update for #459 because it was quick and i was already thinking about it, but please feel free to suggest different wording and/or close the PR to make a different change if you think that'd be better

Ticket

Fixes #459

@@ -493,7 +493,7 @@ update:
direction: from
```

Fidesops will replace the `<masked_object_fields>` placeholder with the result of the policy-driven masking service, for example `{'company': None, 'email': None}`.
Fidesops will replace the `<masked_object_fields>` placeholder with the result of the policy-driven masking service, for example `'company': None, 'email': None`. Note that neither enclosing curly brackets (`{` `}`) nor a trailing comma (`,`) are included as part of the replacement string generated by Fidesops,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a copy edit to replace the comma at the end of this line with a full stop . - otherwise this is good to go!

Copy link
Contributor Author

@adamsachs adamsachs May 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops, good catch - thanks :)

addressed in e255c91

@conceptualshark conceptualshark self-requested a review May 5, 2022 12:55
@adamsachs adamsachs merged commit 96c764d into main May 5, 2022
@adamsachs adamsachs deleted the 459-masked_object_fields-docs-example-should-include-trailing-comma-or-be-at-end-of-request-body branch May 5, 2022 14:21
adamsachs added a commit to adamsachs/fidesops_forked_test that referenced this pull request May 17, 2022
…havior (ethyca#464)

* updates to saas config guide doc to clarify masked_object_fields behavior

* fix typo

Co-authored-by: Adam Sachs <[email protected]>
sanders41 pushed a commit that referenced this pull request Sep 22, 2022
…havior (#464)

* updates to saas config guide doc to clarify masked_object_fields behavior

* fix typo

Co-authored-by: Adam Sachs <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<masked_object_fields> docs example should include trailing comma or be at end of request body
2 participants