We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you create credentials and want to deactivate and recreate the credentials it fails with: ✖ Cannot read property 'properties' of undefined
eg credentials create -c admin -t key-auth eg credentials deactivate -t key-auth [put credential id here] eg credentials create -c admin -t key-auth -p "scopes=admin"
throws exception: ✖ Cannot read property 'properties' of undefined
There should be a away to revoke credentials entirely.
The text was updated successfully, but these errors were encountered:
I can't reproduce this — I've followed the instructions and I correctly got the error "one or more scopes do not exist"
I created the missing scope and I correctly received a new credential. Could you provide more details? Then feel free to reopen!
Sorry, something went wrong.
No branches or pull requests
When you create credentials and want to deactivate and recreate the credentials it fails with:
✖ Cannot read property 'properties' of undefined
throws exception: ✖ Cannot read property 'properties' of undefined
There should be a away to revoke credentials entirely.
The text was updated successfully, but these errors were encountered: