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

security, authorize only the use of functions #7028

Closed
DThink opened this issue Dec 20, 2016 · 2 comments
Closed

security, authorize only the use of functions #7028

DThink opened this issue Dec 20, 2016 · 2 comments

Comments

@DThink
Copy link

DThink commented Dec 20, 2016

hi, i want authorize my users to use only a server side javascript function but when i try to call a function i received constantly the 401 unauthorized message. i can connect with success a user but i cant call the functions. My security permissions is this

permissions

my goal is that any user can communicate with my database only through the server functions. how do I do this without an error?

@lvca
Copy link
Member

lvca commented Dec 27, 2016

What are doing the functions? If a function interacts with the database, then you need more privileges.

@lvca lvca self-assigned this Dec 27, 2016
@lvca lvca added this to the 3.1 milestone Jan 30, 2017
@lvca lvca closed this as completed Aug 5, 2017
@lvca
Copy link
Member

lvca commented Aug 5, 2017

No answer, closing it.

@lvca lvca added the wontfix label Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants