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
The following operations do not currently follow this principle:
/admin//artifactTypes GET (READ) /admin/rules GET (READ) /rules/{rule} GET (READ)
We can either:
For 2.x, this would be a breaking change, but we should change this for 3.x .
The text was updated successfully, but these errors were encountered:
Thank you for reporting an issue!
Pinging @EricWittmann to respond or triage.
Sorry, something went wrong.
Also, we should rename the default OAuth scopes
sr-admin, sr-developer, sr-readonly
to
apicurio-admin, apicurio-developer, apicurio-readonly
Let's also audit the ccompat API to make sure the annotations are correct for access privs.
Done and done:
Note: we didn't rename the OAuth scopes for 3.0 and at this point it would be a breaking change, so we'll have to live with it as-is.
EricWittmann
No branches or pull requests
The following operations do not currently follow this principle:
/admin//artifactTypes GET (READ)
/admin/rules GET (READ)
/rules/{rule} GET (READ)
We can either:
For 2.x, this would be a breaking change, but we should change this for 3.x .
The text was updated successfully, but these errors were encountered: