soar_pl 0.0.3 → 0.0.4
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 +4 -4
- data/README.md +1 -1
- data/lib/soar_pl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a9e34dc1df2bb40e0f13192092404a898b78dab
|
|
4
|
+
data.tar.gz: cd650e7a3d48f056b7a6c36c840567755a005682
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99a59a59df06ec46707fbb5b372266cc4eb3384faaa4a08eb1020d0da9b7ee7eb00eb19ebf32af1f45724bdf8dbb79ca87f31f6fc341a117e8954e4f04ddce38
|
|
7
|
+
data.tar.gz: 4b96154a76d95a9b97f236b0674af44d34a5d96ec20efa976e537dabe96dcbf670a74ca875bbf460152c4dc4968dde375817a3b7e3ff41f923123b6fe979508d
|
data/README.md
CHANGED
|
@@ -83,7 +83,7 @@ IDM failures result in an Entity error being reported.
|
|
|
83
83
|
|
|
84
84
|
## Deploying
|
|
85
85
|
|
|
86
|
-
This authorization policy framework can be deployed in-process in any ruby application or application server. It was intended for the SOAR architecture and to be deployed on soar_sc service components.
|
|
86
|
+
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.
|
|
87
87
|
|
|
88
88
|
## Contributing
|
|
89
89
|
|
data/lib/soar_pl/version.rb
CHANGED