-
Notifications
You must be signed in to change notification settings - Fork 118
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
Can't read /services with api key #251
Comments
There are related problem - I haven't found how to get owner of key. Even worse - fake header |
This appears to be resolved locally and working in the new version of SDK. Will update / close this issue when the deployment is live. |
* Can now list / find services using API * Using RBAC logic with new role "hook::find"
Okay, the new role for listing / searching services is called Will continue to polish this and have it ready for next release. |
Old internal keys ( |
I will be sure to run a migration script which generates all new roles for the old internal keys. Noted. Thank you. |
Also |
That's fixed locally now. |
Is auto-enumerated from resource definition. |
And should we have another issue for request interface+API for editing existing keys? |
Is refactored already. see: https://github.com/bigcompany/hook.io/tree/master/view/keys More tests I have locally. Should work with JSON now. We need to get docker or vagrant working for developers to do local dev... |
Release is coming soon. Been very busy with |
Cool. |
@pyhedgehog - Please check out If you can make single request work I can start to update with new APIs. https://github.com/Stackvana/stack/blob/master/bin/binaries/python |
Can also look at : https://github.com/bigcompany/hook.io-sdk/tree/dev for reference. working the |
I've completely revamped the API and keys API. This should be resolved in production now. Working API calls should exist for all endpoints here: https://github.com/bigcompany/hook.io-sdk/tree/master/examples Please let me know if you still not able to read the data you need. |
I have a correct
$hook_private_key
but/services
has no hooks listed:When I'm using
/login
, everything works fine:The text was updated successfully, but these errors were encountered: