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

Error in Fusion module: Some resources have been omitted because of insufficient authorization #30

Open
tomkatsu opened this issue Sep 16, 2020 · 2 comments

Comments

@tomkatsu
Copy link
Contributor

When parsing through content, the top level and article listing work (https://aws-drupal.appbase.io/fusion and https://aws-drupal.appbase.io/fusion/node/article), but when viewing the details for a specific article, an error is shown (https://aws-drupal.appbase.io/fusion/node/article/be9fd17c-176d-4f10-a38d-0811ab1f09c7/node_type?resourceVersion=id%3A1).

{ "jsonapi": { "version": "1.0", "meta": { "links": { "self": { "href": "http://jsonapi.org/format/1.0/" } } } }, "data": null, "meta": { "omitted": { "detail": "Some resources have been omitted because of insufficient authorization.", "links": { "help": { "href": "https://www.drupal.org/docs/8/modules/json-api/filtering#filters-access-control" }, "item--2hFFENc": { "href": "https://aws-drupal.appbase.io/fusion/node_type/node_type/aa2dd06e-ba42-470e-b8db-e1c01bac4bca", "meta": { "rel": "item", "detail": "The current user is not allowed to GET the selected resource. In fusion connector have no access to this resource! In fusion connector have no access to this resource!" } } } } }, "links": { "self": { "href": "https://aws-drupal.appbase.io/fusion/node/article/be9fd17c-176d-4f10-a38d-0811ab1f09c7/node_type?resourceVersion=id%3A1" } } }

@tomkatsu
Copy link
Contributor Author

Screen Shot 2020-09-16 at 9 17 38 AM

@serbanbjd
Copy link
Contributor

Some of the entity types not related to actual content have been removed from indexing, so as not to clutter the configuration page. We can, of course, allow all entity types to be configured, and they can be disabled form configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants