On creating API keys in on-premise Sentry

Hello, all.

Judging by the content of this page: https://docs.sentry.io/api/auth/, auth tokens and API keys are two different kinds of entities, both of which allow for authentication.

Now while it’s possible to generate auth tokens in an on-premise installation of Sentry by navigating to https://{SENTRY_ON_PREM_URI_ROOT}/settings/account/api/auth-tokens/, how does one create API keys in the same?

Apologies if this is a basic question; I don’t seem to be able to find any documentation on this.

Thanks.

Found it by comparing against an older installation of Sentry: one can just go to https://{SENTRY_ON_PREM_URI_ROOT}/settings/{ORGANISATION_SLUG}/api-keys/. This page appears to be hidden from plain view since API keys are now deprecated in favour of auth tokens.

2 Likes

Nothing beats the joy of someone solving their issue by themselves this quickly :slight_smile:

Feel free to marking your response as “the solution” @debayan.de and thanks for taking the time to come back and share it with us!