-
Notifications
You must be signed in to change notification settings - Fork 9
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
Restrict Access to Apps/API Keys #99
Comments
This is what I will be working on tomorrow morning ... ⏳ |
A non-admin person should only be able to see their own App(s) http://localhost:4000/apps Currently, they can see everyone's Apps ... |
Access to roles is not currently restricted, allowing anyone to create/edit/delete roles for any app - I'm guessing this isn't intended behaviour? |
Hi @th0mas! longer-term we don't want everyone seeing everyone else's roles, agreed. |
At present we allow anyone to view any App/API Key:
auth/lib/auth_web/controllers/app_controller.ex
Lines 27 to 59 in 87c52d6
These are the default CRUD functions created in #95
We need to allow only the person that created the App/API Key (and the
superadmin
) to view/edit/update/delete it.Todo
The text was updated successfully, but these errors were encountered: