Sentry-cli: set-commits Scope?

Created on 3 Mar 2019  路  4Comments  路  Source: getsentry/sentry-cli

Which API Scope is required to set the commits via the cli?

Even with project:read, project:releases, project:write, project:admin this error always occurs:

sentry reported an error: You do not have permission to perform this action. (http status: 403)

Most helpful comment

Yes, it works now with org:read.

Thank you.

However, this should be better documented.

All 4 comments

Reading the code, the cli makes a request to list org repos
https://github.com/getsentry/sentry-cli/blob/46e33708a8e95f1a674980a0a46b01e82d592180/src/commands/releases.rs#L400
have you tired org:read?

I just ran into this as well and don't have access to change the scopes immediately :p

I can confirm it works with org:read

Yes, it works now with org:read.

Thank you.

However, this should be better documented.

Was this page helpful?
0 / 5 - 0 ratings