soar_pl 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/lib/soar_pl/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8534ca816ea760db6ebd51c4f465e0aa02df51b2
4
- data.tar.gz: 783c6641393b813f5c98d2d1fd9a33a924a66930
3
+ metadata.gz: 484fddf2c43af155f87f0fcc46b47e6e69f91bde
4
+ data.tar.gz: 979e6825175b3b3335ccd18be17d2c0a85fb5d26
5
5
  SHA512:
6
- metadata.gz: 9084b25ef9eb7e818ffcf3f56b2c63194dfd831b75ce7c1514365d6b71d49912d8be38dc742815993f1341f1fa4783f958b1b1bcd79d71f787fe118e7240b179
7
- data.tar.gz: 30935d8fe9448f84af7bfb2a615a814c478c65c9094541f9e479106e8ecbbe6433aa99d7ccc12e53932e104d353dc418e31dead9dea8317e506996c3cb821136
6
+ metadata.gz: c7a0f29c23f99b58ed86ce4041db9caef9b3834d9cd2bd40e18b8f995c8bbcb48967017603c5aa89d27344cb87e6df924e192554d6990d1aed4087dfd5b13c98
7
+ data.tar.gz: 5080044b6add19dfd7026f2d2b99ac5c11a8d06ff62ac30f83db1aee8b61ff7bd46351732659023beae9223d5ba25831df15bfb1fe98850a4da5ad336f6a1352
data/README.md CHANGED
@@ -88,6 +88,8 @@ IDM failures result in an Entity error being reported.
88
88
 
89
89
  This authorization policy framework can be deployed in-process in any ruby application or application server. It was intended for deployment of authorization-as-a-service in the SOAR architecture and to be deployed on soar_sc service components.
90
90
 
91
+ When deployed as a service, policies should accept a required subject_identifier, an optional requestor_identifier, optional service_identifier and optional request. Policies that need the request to be present in making the policy decision, should be contacted using a secure medium.
92
+
91
93
  ## Contributing
92
94
 
93
95
  Bug reports and feature requests are welcome by email to ernst dot van dot graan at hetzner dot co dot za. This gem is sponsored by Hetzner (Pty) Ltd (http://hetzner.co.za)
@@ -1,3 +1,3 @@
1
1
  module SoarPl
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_pl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
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: 2016-02-23 00:00:00.000000000 Z
11
+ date: 2016-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler