indigo-dc / onedata

Indigo mirror of http://github.com/onedata/onedata
Apache License 2.0
1 stars 1 forks source link

Permission denied using REST API #25

Closed ferag closed 7 years ago

ferag commented 7 years ago

Dear developers,

I'm getting a permission_denied error when I try to create a new index from metadata, following the documentation. The command I'm using is:

curl --tlsv1.2 -X POST -H "X-Auth-Token: $ONE_DATA_TOKEN" -H 'Content-type: application/javascript' -d @title_index.js "https://$ONE_DATA_HOST:8443/api/v3/oneprovider/index?space_id=$ONE_DATA_SPACE_ID&name=title_index"

And the trace of the error:

Is there any thing in the server that must to be enabled?

Maybe Stefano could add more info...

Thank you,

Fernando

ferag commented 7 years ago

Hi again,

Any kind of answer? Thanks, Fernando

groundnuty commented 7 years ago

@ferag as far as I know this particular issue was resolved in the newest release 17.06.0-beta6 please test it against the newest version and reopen this ticket if needed.