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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/soar_pl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 484fddf2c43af155f87f0fcc46b47e6e69f91bde
|
4
|
+
data.tar.gz: 979e6825175b3b3335ccd18be17d2c0a85fb5d26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
data/lib/soar_pl/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|