Update sample project resources for fides evaluate
usage in fides deploy
#2253
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.
Code Changes
demo_users_dataset
Steps to Confirm
nox -s "build(sample)"
to build sample project filespip install ~/git/fides && fides deploy up --no-pull
in a venv to install locallyfides pull -a .fides/sample_resources.yml
to pull all resourcesfides evaluate --dry
to see if policy evaluation passes by defaultcookie_house_mongo
declaration to be used foradvertising.third_party
and see if policy evaluation failsPre-Merge Checklist
CHANGELOG.md
Description Of Changes
This modifies the Cookie House YAML declarations to be more accurate and consistent, removes the reference to the missing demo_users_dataset, and makes it easier to quickly experiment with Fides policies!
Goal here is just to have a built-in demo of the CI policies baked into the Cookie House sample project too - we're close, but since the declarations aren't quite internally consistent it doesn't serve as a useful demo of those features yet.