Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Map Limited to Fides Keys found in manifest directory #659

Closed
SteveDMurphy opened this issue May 17, 2022 · 0 comments · Fixed by #662
Closed

Data Map Limited to Fides Keys found in manifest directory #659

SteveDMurphy opened this issue May 17, 2022 · 0 comments · Fixed by #662
Assignees
Labels
bug Something isn't working
Milestone

Comments

@SteveDMurphy
Copy link
Contributor

Bug Description

The data map should return all of the data for my Organization. Currently, it only returns fides keys that exist in the manifest directory passed to the command.

Steps to Reproduce

  1. Start the cli containernox -s cli
  2. Apply both directories: fidesctl apply && fidesctl apply demo_resources/ (note that both of these use the default_organization)
  3. Export a data map from .fides/: fidesctl export datamap
  4. Export the demo_resources data map: fidesctl export datamap demo_resources/
  5. View the differences :(

Expected behavior

Both datasets are part of the same organization (default_organization)

The export datamap functionality should be altered to either take an organization_fides_key or use the default (default_organization) and return all data points as modeled from the server.

Screenshots

n/a

Environment

  • Version: 1.6.0
  • OS: Darwin
  • Python Version: 3.9.12
  • Docker Version: 4.8.1

Additional context

Effects from this behavior are highlighted in #651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant