Skip to content

RagtagOpen/sentry-auth-ragtag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ragtag Auth for Sentry

An SSO provider for Sentry which enables Ragtag authentication.

Install

$ pip install https://github.com/ragtagopen/sentry-auth-ragtag/archive/master.zip

Setup

Create a new application under your organization in Ragtag ID. Enter the Authorization callback URL as the prefix to your Sentry installation:

https://example.sentry.com

Once done, grab your API keys and drop them in your sentry.conf.py:

RAGTAG_APP_ID = ""

RAGTAG_API_SECRET = ""

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • Makefile 5.3%