omniauth-sentry 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f05a22bfc8eb9b62b32b4ea30755276e5f82e590
4
+ data.tar.gz: 21808cb2d6e4b3921d3730ab6cb6d41750aa8b55
5
+ SHA512:
6
+ metadata.gz: 14c57b481f1424af0894be056083f2ab91e8805f26db4f382281d0c460f76b26da294cdc41e581cbe6b6f8f72f93f559fe42353cc54c2e1c4f393b71b5a82188
7
+ data.tar.gz: cb8de13024494e424d1cd0563f1708f7592f64cb3baf2de81b79c022080957f3007fdb1da76489edfca611233c4230edeee121d2b2366030ade38e4a4e27810b
@@ -0,0 +1,22 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.bundle
19
+ *.so
20
+ *.o
21
+ *.a
22
+ mkmf.log
@@ -0,0 +1,17 @@
1
+ language: ruby
2
+ cache: bundler
3
+ sudo: false
4
+ notifications:
5
+ email: false
6
+ rvm:
7
+ - 2.4.2
8
+ before_script:
9
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
10
+ > ./cc-test-reporter
11
+ - chmod +x ./cc-test-reporter
12
+ - "./cc-test-reporter before-build"
13
+ after_script:
14
+ - "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
15
+ env:
16
+ global:
17
+ secure: LIzpkbI1SCdpnWI58nlufwnIQt+sqouvzz3gDNvjzDk+AQRw0F9IRDMXA9RqPCktM7UCA5pXulz7p3J5dU5CvTySt4A33Wl2c1bL12umjqjMTinj6r/oPw3nZPxqJG7f2BZbODnCX0B/eOdbGT+338OFZ3A6tmUkaSamoI5Gr5WJkvfmhUSvDkA+Zzp6uvnjbtoBuWFXCyeFiywIXIVHgooPX16gPFdyRUeiKuugqttO86phUEXNlgztF208aN4Xkek+gYjRU6Z+0mwDAXhqImybJbLsP76YaqkBq1QS+VxtrTLCzFGvHELxVyaItxJeJF8+VvjbJ4E2NHn7F8Ou9+zzZeejYwFHmpjkvRTNNsfkkskphoA8wdCrBk3E/3hM/00dOiXw3rbDtTN63B3/hfifrRgigXKiUDyIlQgnPZrsw4C0ETik6taj5G8+Ly/xjEc3IeWsH/173CXaH1UH5D6/sUR8vOHDdpyMOQzSfyPJ5ohgHgl2Ot1vU3xmKcsYgLG8QxFu4Fj+3wASjOoXWcmlmZYOOgpoApxrTbGMv6ig8HR4b67b5ean9GiX2eWtyOLEZhmK9TU3P8KQOCotRL6u3WNohvaDOsENl8/dslUGeWrqfxRcdbH/VIfY8HkvEz+9jVN70wU43J/+QzaYH2+wpb1vfsuAe+0/JXoPhjc=
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in omniauth-citrix.gemspec
4
+ gemspec
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2017 Nando Vieira
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,67 @@
1
+ # Omniauth::Sentry
2
+
3
+ [![Travis-CI](https://travis-ci.org/fnando/omniauth-sentry.png)](https://travis-ci.org/fnando/omniauth-sentry)
4
+ [![CodeClimate](https://codeclimate.com/github/fnando/omniauth-sentry.png)](https://codeclimate.com/github/fnando/omniauth-sentry)
5
+ [![Test Coverage](https://codeclimate.com/github/fnando/omniauth-sentry/badges/coverage.svg)](https://codeclimate.com/github/fnando/omniauth-sentry/coverage)
6
+ [![Gem](https://img.shields.io/gem/v/omniauth-sentry.svg)](https://rubygems.org/gems/omniauth-sentry)
7
+ [![Gem](https://img.shields.io/gem/dt/omniauth-sentry.svg)](https://rubygems.org/gems/omniauth-sentry)
8
+
9
+ [Sentry](http://sentry.io)'s OAuth2 Strategy for OmniAuth.
10
+
11
+ ## Installation
12
+
13
+ Add this line to your application's Gemfile:
14
+
15
+ gem 'omniauth-sentry'
16
+
17
+ And then execute:
18
+
19
+ $ bundle
20
+
21
+ Or install it yourself as:
22
+
23
+ $ gem install omniauth-sentry
24
+
25
+ ## Usage
26
+
27
+ `OmniAuth::Strategies::Sentry` is simply a Rack middleware. Read the OmniAuth docs for detailed instructions: <https://github.com/intridea/omniauth>.
28
+
29
+ First, create a new application at `https://sentry.io/api/applications/`. Your callback URL must be something like `https://example.com/auth/sentry/callback`. For development you can use `http://127.0.0.1:3000/auth/sentry/callback`.
30
+
31
+ Here's a quick example, adding the middleware to a Rails app in `config/initializers/omniauth.rb`. This example assumes you're exporting your credentials as environment variables.
32
+
33
+ Possible scopes (you have to separate them with a space):
34
+
35
+ - `event:admin`
36
+ - `event:read`
37
+ - `member:admin`
38
+ - `member:read`
39
+ - `org:admin`
40
+ - `org:read`
41
+ - `org:write`
42
+ - `project:admin`
43
+ - `project:read`
44
+ - `project:releases`
45
+ - `project:write`
46
+ - `team:admin`
47
+ - `team:read`
48
+ - `team:write`
49
+
50
+ ```ruby
51
+ Rails.application.config.middleware.use OmniAuth::Builder do
52
+ provider :sentry,
53
+ ENV['SENTRY_CLIENT_ID'],
54
+ ENV['SENTRY_CLIENT_SECRET'],
55
+ scope: 'org:read member:read project:read team:read'
56
+ end
57
+ ```
58
+
59
+ Now visit `/auth/sentry` to start authentication against Sentry.
60
+
61
+ ## Contributing
62
+
63
+ 1. Fork it ( https://github.com/fnando/omniauth-sentry/fork )
64
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
65
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
66
+ 4. Push to the branch (`git push origin my-new-feature`)
67
+ 5. Create a new Pull Request
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.test_files = FileList["test/**/*_test.rb"]
7
+ t.warning = false
8
+ end
9
+
10
+ task default: :test
@@ -0,0 +1,2 @@
1
+ require "omniauth-sentry/version"
2
+ require "omniauth/strategies/sentry"
@@ -0,0 +1,5 @@
1
+ module Omniauth
2
+ module Sentry
3
+ VERSION = "0.1.0"
4
+ end
5
+ end
@@ -0,0 +1,25 @@
1
+ require "omniauth"
2
+ require "omniauth-oauth2"
3
+
4
+ module OmniAuth
5
+ module Strategies
6
+ class Sentry < OmniAuth::Strategies::OAuth2
7
+ option :client_options, {
8
+ authorize_url: "https://sentry.io/oauth/authorize/",
9
+ token_url: "https://sentry.io/oauth/token/"
10
+ }
11
+
12
+ uid do
13
+ info.fetch(:id)
14
+ end
15
+
16
+ info do
17
+ @info ||= deep_symbolize(access_token["user"])
18
+ end
19
+
20
+ def callback_url
21
+ full_host + script_name + callback_path
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,25 @@
1
+ require "./lib/omniauth-sentry/version"
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "omniauth-sentry"
5
+ spec.version = Omniauth::Sentry::VERSION
6
+ spec.authors = ["Nando Vieira"]
7
+ spec.email = ["fnando.vieira@gmail.com"]
8
+ spec.summary = "OmniAuth strategy for Sentry (https://sentry.io)."
9
+ spec.description = spec.summary
10
+ spec.homepage = "https://github.com/fnando/omniauth-sentry"
11
+ spec.license = "MIT"
12
+
13
+ spec.files = `git ls-files -z`.split("\x0")
14
+ spec.executables = spec.files.grep(%r{^bin/}) {|f| File.basename(f) }
15
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
16
+ spec.require_paths = ["lib"]
17
+
18
+ spec.add_runtime_dependency "omniauth-oauth2"
19
+ spec.add_development_dependency "bundler"
20
+ spec.add_development_dependency "rake"
21
+ spec.add_development_dependency "minitest-utils"
22
+ spec.add_development_dependency "pry-meta"
23
+ spec.add_development_dependency "mocha"
24
+ spec.add_development_dependency "simplecov"
25
+ end
@@ -0,0 +1,21 @@
1
+ require "test_helper"
2
+
3
+ class ClientOptionsTest < Minitest::Test
4
+ let(:app) { -> env {} }
5
+
6
+ let(:strategy) do
7
+ OmniAuth::Strategies::Sentry.new(app, "consumer_id", "consumer_secret")
8
+ end
9
+
10
+ test "sets name" do
11
+ assert_equal "sentry", strategy.options.name
12
+ end
13
+
14
+ test "sets authorize url" do
15
+ assert_equal "https://sentry.io/oauth/authorize/", strategy.options.client_options.authorize_url
16
+ end
17
+
18
+ test "sets token url" do
19
+ assert_equal "https://sentry.io/oauth/token/", strategy.options.client_options.token_url
20
+ end
21
+ end
@@ -0,0 +1,24 @@
1
+ require "test_helper"
2
+
3
+ class DataTest < Minitest::Test
4
+ let(:app) { -> env {} }
5
+
6
+ let(:strategy) do
7
+ OmniAuth::Strategies::Sentry.new(app, "consumer_id", "consumer_secret")
8
+ end
9
+
10
+ test "returns uid" do
11
+ strategy.stubs(:info).returns({id: "ID"})
12
+ assert_equal "ID", strategy.uid
13
+ end
14
+
15
+ test "returns info" do
16
+ access_token = {"user" => {"id" => "ID", "name" => "NAME"}}
17
+ strategy.stubs(:access_token).returns(access_token)
18
+
19
+ info = strategy.info
20
+
21
+ assert_equal "ID", info[:id]
22
+ assert_equal "NAME", info[:name]
23
+ end
24
+ end
@@ -0,0 +1,8 @@
1
+ require "simplecov"
2
+ SimpleCov.start
3
+
4
+ require "bundler/setup"
5
+ require "omniauth-sentry"
6
+
7
+ require "minitest/utils"
8
+ require "minitest/autorun"
metadata ADDED
@@ -0,0 +1,158 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omniauth-sentry
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Nando Vieira
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-09-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: omniauth-oauth2
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: minitest-utils
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: pry-meta
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: mocha
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: simplecov
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description: OmniAuth strategy for Sentry (https://sentry.io).
112
+ email:
113
+ - fnando.vieira@gmail.com
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - ".gitignore"
119
+ - ".travis.yml"
120
+ - Gemfile
121
+ - LICENSE.txt
122
+ - README.md
123
+ - Rakefile
124
+ - lib/omniauth-sentry.rb
125
+ - lib/omniauth-sentry/version.rb
126
+ - lib/omniauth/strategies/sentry.rb
127
+ - omniauth-sentry.gemspec
128
+ - test/omniauth/strategies/client_options_test.rb
129
+ - test/omniauth/strategies/data_test.rb
130
+ - test/test_helper.rb
131
+ homepage: https://github.com/fnando/omniauth-sentry
132
+ licenses:
133
+ - MIT
134
+ metadata: {}
135
+ post_install_message:
136
+ rdoc_options: []
137
+ require_paths:
138
+ - lib
139
+ required_ruby_version: !ruby/object:Gem::Requirement
140
+ requirements:
141
+ - - ">="
142
+ - !ruby/object:Gem::Version
143
+ version: '0'
144
+ required_rubygems_version: !ruby/object:Gem::Requirement
145
+ requirements:
146
+ - - ">="
147
+ - !ruby/object:Gem::Version
148
+ version: '0'
149
+ requirements: []
150
+ rubyforge_project:
151
+ rubygems_version: 2.6.13
152
+ signing_key:
153
+ specification_version: 4
154
+ summary: OmniAuth strategy for Sentry (https://sentry.io).
155
+ test_files:
156
+ - test/omniauth/strategies/client_options_test.rb
157
+ - test/omniauth/strategies/data_test.rb
158
+ - test/test_helper.rb