Skip to content
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

Bearer Authorization #352

Open
EnigmaCurry opened this issue Oct 24, 2024 · 0 comments
Open

Bearer Authorization #352

EnigmaCurry opened this issue Oct 24, 2024 · 0 comments

Comments

@EnigmaCurry
Copy link
Owner

Add a new form of sentry authorization called "Bearer Authorization" which requires a pre-shared token be included in the Authorization header:

curl -H "Authorization: Bearer your-token-here" https://api.example.com

This is useful for APIs only.

  • Config

WHOAMI_BEARER_AUTHORIZATION_TOKENS=xxxx,aaaa,bbbb

All tokens grant the same access privilege.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant