{ "info": { "author": "Educreations Engineering", "author_email": "engineering@educreations.com", "bugtrack_url": null, "classifiers": [], "description": "sentry-sso-google\n=================\n\nGoogle SSO support for Sentry 7.5 and above.\n\nUsage\n-----\n\nAdd ``sentry_sso_google`` to your Sentry config's ``INSTALLED_APPS``.\n\nThe following settings are required to be in your Sentry configuration.\nYou can create a new project in the `Developers\nConsole `__. From there, go to\nAPIs & Auth, Credentials and get the credentials for a web application.\nYou will also need to enable 'Google+ API' in the APIs section.\n\n- ``GOOGLE_OAUTH2_CLIENT_ID``\n- ``GOOGLE_OAUTH2_CLIENT_SECRET``\n\nYou can limit who can sign into Sentry using this provider by setting\nthe ``GOOGLE_WHITE_LISTED_DOMAINS`` to a list of allowed domains. For\nexample, to limit to ``educreations.com`` users, one could do:\n\n.. code:: python\n\n GOOGLE_WHITE_LISTED_DOMAINS = ['educreations.com']\n\nInstead, or, in addition, you can limit only certain emails to log in\nusing the ``GOOGLE_WHITE_LISTED_EMAILS`` setting. The setting should be\na list of emails that are checked. For example, to limit to a few users,\none could do:\n\n.. code:: python\n\n GOOGLE_WHITE_LISTED_EMAILS = [\n 'chris.streeter@educreations.com',\n 'corey.farwell@educreations.com',\n ]\n\nOnce deployed, go to the 'Auth' section of your organization's sentry\nsettings. Click the 'Configure' next to 'Google'.\n\nCopyright\n---------\n\nCopyright \u00a9 2015, Educreations, Inc under the MIT software license. See\nLICENSE for more information.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/educreations/sentry-sso-google", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sentry-sso-google", "package_url": "https://pypi.org/project/sentry-sso-google/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sentry-sso-google/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/educreations/sentry-sso-google" }, "release_url": "https://pypi.org/project/sentry-sso-google/1.2/", "requires_dist": null, "requires_python": null, "summary": "Google SSO support for Sentry", "version": "1.2" }, "last_serial": 2061201, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "fb40e22a0ea5657ce02ae93ed86d6ae7", "sha256": "cea1180e15959b4b2a4702074a7d3db06af7c7b659b7d2ff3f13842604fab774" }, "downloads": -1, "filename": "sentry_sso_google-1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "fb40e22a0ea5657ce02ae93ed86d6ae7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3307, "upload_time": "2015-06-12T21:27:48", "url": "https://files.pythonhosted.org/packages/88/07/aaf6cc83994199e7da071b746a8c676b77b87d9d50f707eb22d0b5bc34d4/sentry_sso_google-1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46c3b68d95b338974abf1704206e4165", "sha256": "465bb444570e41e7e604ec0234874f2e0cb7ce91973fd708919fdd0bf2ebdc8d" }, "downloads": -1, "filename": "sentry-sso-google-1.0.tar.gz", "has_sig": false, "md5_digest": "46c3b68d95b338974abf1704206e4165", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1746, "upload_time": "2015-06-12T21:27:45", "url": "https://files.pythonhosted.org/packages/01/b6/4a5b68fdd47d1281e527e9f919fb0b9a1531bc683544a41bf76331866b4c/sentry-sso-google-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "8f796cee25559c8bf4a9ff204afef207", "sha256": "3603b6cc51d54e5b6a553b338b4ea00ad945ee37237aa40c3ad55d847ef932ba" }, "downloads": -1, "filename": "sentry_sso_google-1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "8f796cee25559c8bf4a9ff204afef207", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3599, "upload_time": "2015-06-12T21:52:17", "url": "https://files.pythonhosted.org/packages/99/b7/be6f92caaa67976211608dbf87db2ed2699a757d1118801163ad7a056cf2/sentry_sso_google-1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "261af40e00f1c5ba1e9ccf9cf2c323df", "sha256": "02334e942e16bc896f8f8ecd0b57eb407ca3c3d3bb328ccfc953de7c87a1fc33" }, "downloads": -1, "filename": "sentry-sso-google-1.1.tar.gz", "has_sig": false, "md5_digest": "261af40e00f1c5ba1e9ccf9cf2c323df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1847, "upload_time": "2015-06-12T21:52:14", "url": "https://files.pythonhosted.org/packages/f5/15/de65e34fff8184cfa3b02b30407b53d9893a82aacc264511999067564165/sentry-sso-google-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "cbbdea3fe6490fc7aa79332c668e9209", "sha256": "23ba29737aeb97d9df5b37fe1864dfec30013f01ee1cf2ebe03a84e7a8b6efbd" }, "downloads": -1, "filename": "sentry_sso_google-1.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "cbbdea3fe6490fc7aa79332c668e9209", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4748, "upload_time": "2015-08-18T15:34:33", "url": "https://files.pythonhosted.org/packages/46/a4/4c3def384920778b5ff2a80af0a4242d2273b3071e31da13a400a72fac1a/sentry_sso_google-1.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c2ab345d053c0cc4bba83ee8f3756d58", "sha256": "cdaab103d71ac7f46bcb1789927753087c62244a1e3ad49a1f5872283b15c31a" }, "downloads": -1, "filename": "sentry-sso-google-1.1.1.tar.gz", "has_sig": false, "md5_digest": "c2ab345d053c0cc4bba83ee8f3756d58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2597, "upload_time": "2015-08-18T15:34:29", "url": "https://files.pythonhosted.org/packages/ee/3d/1d7d90582ef1cc9f0ba01170d1ce011979c71f79201ff400c624415604b8/sentry-sso-google-1.1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "4cf38a37a99c1a552dab078e63247833", "sha256": "3a4f88c7dce9fb677ad6148c4b62fbc51b7f110159aeaccff94bf4b253406a44" }, "downloads": -1, "filename": "sentry_sso_google-1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "4cf38a37a99c1a552dab078e63247833", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5051, "upload_time": "2016-04-13T03:50:31", "url": "https://files.pythonhosted.org/packages/87/6b/0c30f64ffbe3e9cc9779f3904b9a7db5a8a504d97faf9f11eb314e6b125e/sentry_sso_google-1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd9cd9a240079b001e30f5938b4285a9", "sha256": "4e69c547ac99174e7b9073e0f804d2f39e21106c16bd0fc917ecf920f1c1b71b" }, "downloads": -1, "filename": "sentry-sso-google-1.2.tar.gz", "has_sig": false, "md5_digest": "bd9cd9a240079b001e30f5938b4285a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2812, "upload_time": "2016-04-13T03:50:26", "url": "https://files.pythonhosted.org/packages/4b/05/11dd94d884fe7f2f1688235a728366fc93bbf60dbe2fbb598234449200aa/sentry-sso-google-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4cf38a37a99c1a552dab078e63247833", "sha256": "3a4f88c7dce9fb677ad6148c4b62fbc51b7f110159aeaccff94bf4b253406a44" }, "downloads": -1, "filename": "sentry_sso_google-1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "4cf38a37a99c1a552dab078e63247833", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5051, "upload_time": "2016-04-13T03:50:31", "url": "https://files.pythonhosted.org/packages/87/6b/0c30f64ffbe3e9cc9779f3904b9a7db5a8a504d97faf9f11eb314e6b125e/sentry_sso_google-1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd9cd9a240079b001e30f5938b4285a9", "sha256": "4e69c547ac99174e7b9073e0f804d2f39e21106c16bd0fc917ecf920f1c1b71b" }, "downloads": -1, "filename": "sentry-sso-google-1.2.tar.gz", "has_sig": false, "md5_digest": "bd9cd9a240079b001e30f5938b4285a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2812, "upload_time": "2016-04-13T03:50:26", "url": "https://files.pythonhosted.org/packages/4b/05/11dd94d884fe7f2f1688235a728366fc93bbf60dbe2fbb598234449200aa/sentry-sso-google-1.2.tar.gz" } ] }