-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Dashboard API console 'run as' doesn't appear to do anything, especially when ACL is concerned #449
Comments
👍 |
Little surprised no one else has dealt with this... any thoughts on how we would go about adding this functionality? If this isn't what 'Run as...' is intended for... what is it supposed to do? |
@MobileVet a bit late but having the same issue. How you find a way around this? Quite surprised that this bug hasn't been fixed for almost a year. Losing hope in Parse, seems like no one cares. |
@aziz92 for sure, if everybody was as active as you, everything would be way better. Not sure if you see the volume of activity there’s been in the past year, but yeah, we’ve been busy. What’s surprising, it’s that within a year, you didn’t fixed that bug that’s been bothering you. Our responsibility as maintainers doesn’t extend to fixing all open issues. Our responsibility is to be as welcoming, open and helpful as we can. We’ll gladly accept your PR as always. |
@flovilmart |
@Abderezai this is not about money, finance, we all have day jobs, use parse in our own projects. Paying me to fix issue would actually not get you anywhere. But feel free to pay a consultant to open a Pr if you think that's the way forward. I can only encourage you to LOOK at what the issue is, we're here, to review pull requests so it's unlikely you'll break anything. |
@flovilmart I just found about about the bug today, so it hasn't been a year. Not sure why that is surprising to you. The original guy posted this a year ago and that's what I was referring to. Anyways, I will be looking into this bug now but I'm new to Parse and i need to study the code base before I can even think about touching it. With that being said, I appreciate the work you (and lot of others) have put into this. My post came off as offensive, I can see that and I apologize for it. |
Interestingly, it has been working fine for us on 1.0.22. Not sure what version that changed in honestly, but one time I tried it and it worked. I use it regularly now otherwise I would have looked into resolving it. I realize 1.0.22 is as old as dirt now... We have been heads down building out the project and haven't wanted to change anything while we did. Now that we are stable and solid we will be bringing libraries up to the latest. Will post back if I find the recent version isn't working. |
@MobileVet thanks for the reply. Hmmm...what parse-server version are you running if you can recall? |
@aziz92 again, embarrassingly old. Parse Server 2.2.15. Firm believer in 'if it isn't broke, don't fix it'. We are planning to update soon though... lots of improvements we are missing out on. |
We utilize ACL to lock down access to our data. This is creating a bit of a challenge in the testing phase as the API console doesn't seem to allow setting the user. Even if I include a User objectId inside the 'Run as...', request.user.id is undefined in the Cloud Code.
Is it expected that 'request.user.id' is undefined in this situation?
The text was updated successfully, but these errors were encountered: