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

Dataset is freezing on "Checking Authorization" #2527

Open
rushirajnenuji opened this issue Sep 17, 2024 · 4 comments
Open

Dataset is freezing on "Checking Authorization" #2527

rushirajnenuji opened this issue Sep 17, 2024 · 4 comments
Assignees
Labels

Comments

@rushirajnenuji
Copy link
Member

Describe the bug
From @justinkadi on Slack

There's a PI that has access to a dataset, but his dataset is freezing on "Checking Authorization" (ticket). I've added his ORCiD into the permissions, but there are a lot of files in this dataset. Could the reason he's unable to access it be because there's so many files in the data package? Does it take time after I've added him into the permissions?

Hi all, I've emailed the PIs working on this dataset and now both of them say that they can't view the dataset anymore. I still see it on my end, so the data isn't lost, but they mentioned they don't see it in their "My Datasets" anymore.
I've added them both into the sysmeta access policy just to be sure, and here's their ORCiDs.
Rodrigo Rangel: https://orcid.org/0000-0003-4934-7016
Thomas Glass: https://orcid.org/0000-0001-7494-4918

To Reproduce
Steps to reproduce the behavior:

  • Unable to reproduce on our end

Additional context
ResourceMap access policy:

     <accessPolicy>
        <allow>
            <subject>http://orcid.org/0000-0001-7494-4918</subject>
            <permission>read</permission>
            <permission>write</permission>
            <permission>changePermission</permission>
        </allow>
        <allow>
            <subject>CN=arctic-data-admins,DC=dataone,DC=org</subject>
            <permission>read</permission>
            <permission>write</permission>
            <permission>changePermission</permission>
        </allow>
        <allow>
            <subject>http://orcid.org/0000-0003-4934-7016</subject>
            <permission>read</permission>
            <permission>write</permission>
            <permission>changePermission</permission>
        </allow>
    </accessPolicy>
@rushirajnenuji rushirajnenuji self-assigned this Sep 17, 2024
@justinkadi
Copy link

Thomas Glass is now able to view and edit his dataset.

Rodrigo Rangel is able to view the dataset, but is unable to edit it. He sent this picture of what he sees
rodrigo

@justinkadi
Copy link

For a while before today, Tom Glass was unable to view the dataset and found this error:
Nothing was found for one of the following reasons:
The ID urn:uuid:e289d154-9944-4153-852a-f1cc47fd1a2c does not exist.
This may be private content. (Are you signed in?)
The content was removed because it was invalid.

However now, he can see it

@justinkadi
Copy link

Previously, Rodrigo was stuck on this animation when viewing the dataset, but now he sees the "Error retrieving files for this data package".
checking_auth

@justinkadi
Copy link

This is the new dataset that was made by the PIs. I obsoleted the older bugged version with this new, published dataset: https://doi.org/10.18739/A2SJ19S9K

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

No branches or pull requests

2 participants