You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider in the jwt context change how the user is acquired: src/Plugin/rest/resource/IslandoraBaggerIntegrationBagLog.php L47 'user' => \Drupal::currentUser()->getAccountName(),
The text was updated successfully, but these errors were encountered:
jefferya
added a commit
to jefferya/islandora_bagger_integration
that referenced
this issue
Jan 24, 2023
When the islandora_bagger is configured with
register_bags_with_islandora: true
, the REST call fails on the Drupal side.I'll submit a PR once I've done further debugging and fixing the third error below.
The three errors I've discovered:
IslandoraBaggerIntegrationBagLog.php
. Details: https://www.drupal.org/project/drupal/issues/2802677#comment-13947261jwt_auth
instead ofbasic_auth
(in README)Consider in the jwt context change how the user is acquired: src/Plugin/rest/resource/IslandoraBaggerIntegrationBagLog.php L47
'user' => \Drupal::currentUser()->getAccountName(),
The text was updated successfully, but these errors were encountered: