soar_sc_core 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df758383d8f308baa9df79e2f2f30720f9697e39
4
- data.tar.gz: b89de0357976e74ab524a843c59411da888efafc
3
+ metadata.gz: 118b42f196003972a9db68834a39259d7c99c78b
4
+ data.tar.gz: c339db39a13aecec80b0e4c4cb498441a4f54195
5
5
  SHA512:
6
- metadata.gz: 2227f25ec594a0fe69717fdd913ba216741dbebe216d69d236f2f39ade95e51fc19c46d171808ade851b88b9717034d56656bbba314d6e36d946c12cf2215bd2
7
- data.tar.gz: 697a7902315736e49f5bb6f39888a10d1d8818d1f47e7e2e8b7653561663ac6c240e72d7afea53f93a177e1700482a1f9e8ea03d6f928197a541754727b56179
6
+ metadata.gz: 63b8453ccb96fb58565273164396c9e47b84a089eaebec54cdf7538b14b201eda72d85aab666b2d6936d92d1d1515dc9a9efe29ffe6ac96daf6b48cdfd88d24e
7
+ data.tar.gz: 1e4e0c6897d478ed05c8de8d3acfd5389e0ae72598964bf2cbbb8301bab4697a5bc9a2fbb8a70bd0e1422c5dbcf5eea6ecc2fe621e3892161164d547a64cbbd7
@@ -1,3 +1,3 @@
1
1
  module SoarScCore
2
- VERSION = "1.5.0"
2
+ VERSION = "1.6.0"
3
3
  end
data/lib/soar_sc_core.rb CHANGED
@@ -154,7 +154,7 @@ module SoarSc
154
154
  SoarSc::auditing.warn("Authentication ignored in development mode.")
155
155
  elsif SoarSc::configuration['auth_token']
156
156
  SoarSc::auditing.info("Using auth tokens for authentication with <#{SoarSc::configuration['auth_token']['provider']}> provider.",SoarSc::startup_flow_id)
157
- stack.use SoarAuthenticationToken::RackMiddleware, SoarSc::configuration['auth_token'], SoarSc::auditing
157
+ stack.use SoarAuthenticationToken::RackMiddleware, SoarSc::configuration['auth_token'], SoarSc::environment['IDENTIFIER'], SoarSc::auditing
158
158
  elsif SoarSc::environment['CAS_SERVER']
159
159
  SoarSc::auditing.info("Using CAS_SERVER=#{SoarSc::environment['CAS_SERVER']} for authentication",SoarSc::startup_flow_id)
160
160
  options = SoarAuthenticationCas::configure(SoarSc::environment)
data/soar_sc_core.gemspec CHANGED
@@ -50,7 +50,7 @@ Gem::Specification.new do |spec|
50
50
  # Identity management
51
51
  spec.add_dependency "soar_authentication", "~>0.1.3"
52
52
  spec.add_dependency "soar_authentication_cas", "~> 0.1.2"
53
- spec.add_dependency "soar_authentication_token", "~>5.0.3"
53
+ spec.add_dependency "soar_authentication_token", "~>6.0.0"
54
54
  spec.add_dependency "soar_authorization", "0.1.7"
55
55
  spec.add_dependency 'smaak', "~> 0.2.2"
56
56
  spec.add_dependency 'soar_smaak', "~> 0.1.19"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_sc_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst Van Graan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-14 00:00:00.000000000 Z
11
+ date: 2017-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml
@@ -240,14 +240,14 @@ dependencies:
240
240
  requirements:
241
241
  - - "~>"
242
242
  - !ruby/object:Gem::Version
243
- version: 5.0.3
243
+ version: 6.0.0
244
244
  type: :runtime
245
245
  prerelease: false
246
246
  version_requirements: !ruby/object:Gem::Requirement
247
247
  requirements:
248
248
  - - "~>"
249
249
  - !ruby/object:Gem::Version
250
- version: 5.0.3
250
+ version: 6.0.0
251
251
  - !ruby/object:Gem::Dependency
252
252
  name: soar_authorization
253
253
  requirement: !ruby/object:Gem::Requirement
@@ -540,4 +540,3 @@ signing_key:
540
540
  specification_version: 4
541
541
  summary: Service component core aggregations
542
542
  test_files: []
543
- has_rdoc: