policy_decision_point 0.1.0 → 0.2.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.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/README.md +114 -1
  4. data/img/data-flow.png +0 -0
  5. data/img/logo-build.png +0 -0
  6. data/lib/policy_decision_point/version.rb +1 -1
  7. data/policy_decision_point.gemspec +2 -1
  8. metadata +7 -97
  9. data/example/Gemfile +0 -65
  10. data/example/Gemfile.lock +0 -273
  11. data/example/README.md +0 -1
  12. data/example/Rakefile +0 -6
  13. data/example/app/assets/config/manifest.js +0 -2
  14. data/example/app/assets/images/.keep +0 -0
  15. data/example/app/assets/stylesheets/application.css +0 -15
  16. data/example/app/channels/application_cable/channel.rb +0 -4
  17. data/example/app/channels/application_cable/connection.rb +0 -4
  18. data/example/app/controllers/application_controller.rb +0 -2
  19. data/example/app/controllers/concerns/.keep +0 -0
  20. data/example/app/controllers/rpc/hello_world/service.proto +0 -15
  21. data/example/app/controllers/rpc/hello_world/service_pb.rb +0 -22
  22. data/example/app/controllers/rpc/hello_world/service_twirp.rb +0 -17
  23. data/example/app/controllers/rpc/hello_world_server.rb +0 -15
  24. data/example/app/helpers/application_helper.rb +0 -2
  25. data/example/app/javascript/channels/consumer.js +0 -6
  26. data/example/app/javascript/channels/index.js +0 -5
  27. data/example/app/javascript/packs/application.js +0 -13
  28. data/example/app/jobs/application_job.rb +0 -7
  29. data/example/app/mailers/application_mailer.rb +0 -4
  30. data/example/app/models/application_record.rb +0 -3
  31. data/example/app/models/concerns/.keep +0 -0
  32. data/example/app/views/layouts/application.html.erb +0 -16
  33. data/example/app/views/layouts/mailer.html.erb +0 -13
  34. data/example/app/views/layouts/mailer.text.erb +0 -1
  35. data/example/babel.config.js +0 -70
  36. data/example/bin/bundle +0 -114
  37. data/example/bin/rails +0 -27
  38. data/example/bin/rake +0 -5
  39. data/example/bin/setup +0 -36
  40. data/example/bin/spring +0 -14
  41. data/example/bin/webpack +0 -18
  42. data/example/bin/webpack-dev-server +0 -18
  43. data/example/bin/yarn +0 -17
  44. data/example/config.ru +0 -6
  45. data/example/config/application.rb +0 -25
  46. data/example/config/boot.rb +0 -4
  47. data/example/config/cable.yml +0 -10
  48. data/example/config/credentials.yml.enc +0 -1
  49. data/example/config/database.yml +0 -25
  50. data/example/config/environment.rb +0 -5
  51. data/example/config/environments/development.rb +0 -79
  52. data/example/config/environments/production.rb +0 -120
  53. data/example/config/environments/test.rb +0 -60
  54. data/example/config/initializers/application_controller_renderer.rb +0 -8
  55. data/example/config/initializers/assets.rb +0 -14
  56. data/example/config/initializers/backtrace_silencers.rb +0 -8
  57. data/example/config/initializers/content_security_policy.rb +0 -30
  58. data/example/config/initializers/cookies_serializer.rb +0 -5
  59. data/example/config/initializers/filter_parameter_logging.rb +0 -6
  60. data/example/config/initializers/inflections.rb +0 -16
  61. data/example/config/initializers/mime_types.rb +0 -4
  62. data/example/config/initializers/permissions_policy.rb +0 -11
  63. data/example/config/initializers/twirp_rails.rb +0 -4
  64. data/example/config/initializers/wrap_parameters.rb +0 -14
  65. data/example/config/locales/en.yml +0 -33
  66. data/example/config/master.key +0 -1
  67. data/example/config/puma.rb +0 -43
  68. data/example/config/routes.rb +0 -4
  69. data/example/config/spring.rb +0 -6
  70. data/example/config/storage.yml +0 -34
  71. data/example/config/webpack/development.js +0 -5
  72. data/example/config/webpack/environment.js +0 -3
  73. data/example/config/webpack/production.js +0 -5
  74. data/example/config/webpack/test.js +0 -5
  75. data/example/config/webpacker.yml +0 -92
  76. data/example/extensions/x86_64-linux/3.0.0/ffi-1.15.3/ffi_c.so +0 -0
  77. data/example/extensions/x86_64-linux/3.0.0/ffi-1.15.3/gem.build_complete +0 -0
  78. data/example/extensions/x86_64-linux/3.0.0/ffi-1.15.3/gem_make.out +0 -165
  79. data/example/extensions/x86_64-linux/3.0.0/ffi-1.15.3/mkmf.log +0 -132
  80. data/example/package.json +0 -17
  81. data/example/postcss.config.js +0 -12
  82. data/example/public/404.html +0 -67
  83. data/example/public/422.html +0 -67
  84. data/example/public/500.html +0 -66
  85. data/example/public/apple-touch-icon-precomposed.png +0 -0
  86. data/example/public/apple-touch-icon.png +0 -0
  87. data/example/public/favicon.ico +0 -0
  88. data/example/public/robots.txt +0 -1
  89. data/example/storage/.keep +0 -0
  90. data/example/test/application_system_test_case.rb +0 -5
  91. data/example/test/channels/application_cable/connection_test.rb +0 -11
  92. data/example/test/controllers/.keep +0 -0
  93. data/example/test/fixtures/files/.keep +0 -0
  94. data/example/test/helpers/.keep +0 -0
  95. data/example/test/integration/.keep +0 -0
  96. data/example/test/mailers/.keep +0 -0
  97. data/example/test/models/.keep +0 -0
  98. data/example/test/system/.keep +0 -0
  99. data/example/test/test_helper.rb +0 -13
  100. data/example/tmp/cache/bootsnap/load-path-cache +0 -0
  101. data/example/vendor/.keep +0 -0
  102. data/example/yarn.lock +0 -6888
data/example/README.md DELETED
@@ -1 +0,0 @@
1
- # opa-rails-middleware
data/example/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- # Add your own tasks in files placed in lib/tasks ending in .rake,
2
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
-
4
- require_relative "config/application"
5
-
6
- Rails.application.load_tasks
@@ -1,2 +0,0 @@
1
- //= link_tree ../images
2
- //= link_directory ../stylesheets .css
File without changes
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
6
- * vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
@@ -1,4 +0,0 @@
1
- module ApplicationCable
2
- class Channel < ActionCable::Channel::Base
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module ApplicationCable
2
- class Connection < ActionCable::Connection::Base
3
- end
4
- end
@@ -1,2 +0,0 @@
1
- class ApplicationController < ActionController::Base
2
- end
File without changes
@@ -1,15 +0,0 @@
1
- syntax = "proto3";
2
- package example.hello_world;
3
-
4
-
5
- service HelloWorld {
6
- rpc Hello(HelloRequest) returns (HelloResponse);
7
- }
8
-
9
- message HelloRequest {
10
- string name = 1;
11
- }
12
-
13
- message HelloResponse {
14
- string message = 1;
15
- }
@@ -1,22 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: hello_world/service.proto
3
-
4
- require 'google/protobuf'
5
-
6
- Google::Protobuf::DescriptorPool.generated_pool.build do
7
- add_file("hello_world/service.proto", :syntax => :proto3) do
8
- add_message "example.hello_world.HelloRequest" do
9
- optional :name, :string, 1
10
- end
11
- add_message "example.hello_world.HelloResponse" do
12
- optional :message, :string, 1
13
- end
14
- end
15
- end
16
-
17
- module Example
18
- module HelloWorld
19
- HelloRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("example.hello_world.HelloRequest").msgclass
20
- HelloResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("example.hello_world.HelloResponse").msgclass
21
- end
22
- end
@@ -1,17 +0,0 @@
1
- # Code generated by protoc-gen-twirp_ruby 1.8.0, DO NOT EDIT.
2
- require 'twirp'
3
- require_relative 'service_pb.rb'
4
-
5
- module Example
6
- module HelloWorld
7
- class HelloWorldService < Twirp::Service
8
- package 'example.hello_world'
9
- service 'HelloWorld'
10
- rpc :Hello, HelloRequest, HelloResponse, :ruby_method => :hello
11
- end
12
-
13
- class HelloWorldClient < Twirp::Client
14
- client_for HelloWorldService
15
- end
16
- end
17
- end
@@ -1,15 +0,0 @@
1
- require 'rack'
2
- require 'webrick'
3
-
4
- require_relative 'hello_world/service_twirp.rb'
5
-
6
- # Service implementation
7
- class HelloWorldHandler
8
- include Twirp::Rails::Helpers
9
- bind Example::HelloWorld::HelloWorldService
10
-
11
- def hello(req, env)
12
- puts ">> Hello #{req.name}"
13
- {message: "Hello #{req.name}"}
14
- end
15
- end
@@ -1,2 +0,0 @@
1
- module ApplicationHelper
2
- end
@@ -1,6 +0,0 @@
1
- // Action Cable provides the framework to deal with WebSockets in Rails.
2
- // You can generate new channels where WebSocket features live using the `bin/rails generate channel` command.
3
-
4
- import { createConsumer } from "@rails/actioncable"
5
-
6
- export default createConsumer()
@@ -1,5 +0,0 @@
1
- // Load all the channels within this directory and all subdirectories.
2
- // Channel files must be named *_channel.js.
3
-
4
- const channels = require.context('.', true, /_channel\.js$/)
5
- channels.keys().forEach(channels)
@@ -1,13 +0,0 @@
1
- // This file is automatically compiled by Webpack, along with any other files
2
- // present in this directory. You're encouraged to place your actual application logic in
3
- // a relevant structure within app/javascript and only use these pack files to reference
4
- // that code so it'll be compiled.
5
-
6
- import Rails from "@rails/ujs"
7
- import Turbolinks from "turbolinks"
8
- import * as ActiveStorage from "@rails/activestorage"
9
- import "channels"
10
-
11
- Rails.start()
12
- Turbolinks.start()
13
- ActiveStorage.start()
@@ -1,7 +0,0 @@
1
- class ApplicationJob < ActiveJob::Base
2
- # Automatically retry jobs that encountered a deadlock
3
- # retry_on ActiveRecord::Deadlocked
4
-
5
- # Most jobs are safe to ignore if the underlying records are no longer available
6
- # discard_on ActiveJob::DeserializationError
7
- end
@@ -1,4 +0,0 @@
1
- class ApplicationMailer < ActionMailer::Base
2
- default from: 'from@example.com'
3
- layout 'mailer'
4
- end
@@ -1,3 +0,0 @@
1
- class ApplicationRecord < ActiveRecord::Base
2
- self.abstract_class = true
3
- end
File without changes
@@ -1,16 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>SampleApp</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <%= csrf_meta_tags %>
7
- <%= csp_meta_tag %>
8
-
9
- <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
10
- <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
11
- </head>
12
-
13
- <body>
14
- <%= yield %>
15
- </body>
16
- </html>
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <style>
6
- /* Email styles need to be inline */
7
- </style>
8
- </head>
9
-
10
- <body>
11
- <%= yield %>
12
- </body>
13
- </html>
@@ -1 +0,0 @@
1
- <%= yield %>
@@ -1,70 +0,0 @@
1
- module.exports = function(api) {
2
- var validEnv = ['development', 'test', 'production']
3
- var currentEnv = api.env()
4
- var isDevelopmentEnv = api.env('development')
5
- var isProductionEnv = api.env('production')
6
- var isTestEnv = api.env('test')
7
-
8
- if (!validEnv.includes(currentEnv)) {
9
- throw new Error(
10
- 'Please specify a valid `NODE_ENV` or ' +
11
- '`BABEL_ENV` environment variables. Valid values are "development", ' +
12
- '"test", and "production". Instead, received: ' +
13
- JSON.stringify(currentEnv) +
14
- '.'
15
- )
16
- }
17
-
18
- return {
19
- presets: [
20
- isTestEnv && [
21
- '@babel/preset-env',
22
- {
23
- targets: {
24
- node: 'current'
25
- }
26
- }
27
- ],
28
- (isProductionEnv || isDevelopmentEnv) && [
29
- '@babel/preset-env',
30
- {
31
- forceAllTransforms: true,
32
- useBuiltIns: 'entry',
33
- corejs: 3,
34
- modules: false,
35
- exclude: ['transform-typeof-symbol']
36
- }
37
- ]
38
- ].filter(Boolean),
39
- plugins: [
40
- 'babel-plugin-macros',
41
- '@babel/plugin-syntax-dynamic-import',
42
- isTestEnv && 'babel-plugin-dynamic-import-node',
43
- '@babel/plugin-transform-destructuring',
44
- [
45
- '@babel/plugin-proposal-class-properties',
46
- {
47
- loose: true
48
- }
49
- ],
50
- [
51
- '@babel/plugin-proposal-object-rest-spread',
52
- {
53
- useBuiltIns: true
54
- }
55
- ],
56
- [
57
- '@babel/plugin-transform-runtime',
58
- {
59
- helpers: false
60
- }
61
- ],
62
- [
63
- '@babel/plugin-transform-regenerator',
64
- {
65
- async: false
66
- }
67
- ]
68
- ].filter(Boolean)
69
- }
70
- }
data/example/bin/bundle DELETED
@@ -1,114 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'bundle' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "rubygems"
12
-
13
- m = Module.new do
14
- module_function
15
-
16
- def invoked_as_script?
17
- File.expand_path($0) == File.expand_path(__FILE__)
18
- end
19
-
20
- def env_var_version
21
- ENV["BUNDLER_VERSION"]
22
- end
23
-
24
- def cli_arg_version
25
- return unless invoked_as_script? # don't want to hijack other binstubs
26
- return unless "update".start_with?(ARGV.first || " ") # must be running `bundle update`
27
- bundler_version = nil
28
- update_index = nil
29
- ARGV.each_with_index do |a, i|
30
- if update_index && update_index.succ == i && a =~ Gem::Version::ANCHORED_VERSION_PATTERN
31
- bundler_version = a
32
- end
33
- next unless a =~ /\A--bundler(?:[= ](#{Gem::Version::VERSION_PATTERN}))?\z/
34
- bundler_version = $1
35
- update_index = i
36
- end
37
- bundler_version
38
- end
39
-
40
- def gemfile
41
- gemfile = ENV["BUNDLE_GEMFILE"]
42
- return gemfile if gemfile && !gemfile.empty?
43
-
44
- File.expand_path("../../Gemfile", __FILE__)
45
- end
46
-
47
- def lockfile
48
- lockfile =
49
- case File.basename(gemfile)
50
- when "gems.rb" then gemfile.sub(/\.rb$/, gemfile)
51
- else "#{gemfile}.lock"
52
- end
53
- File.expand_path(lockfile)
54
- end
55
-
56
- def lockfile_version
57
- return unless File.file?(lockfile)
58
- lockfile_contents = File.read(lockfile)
59
- return unless lockfile_contents =~ /\n\nBUNDLED WITH\n\s{2,}(#{Gem::Version::VERSION_PATTERN})\n/
60
- Regexp.last_match(1)
61
- end
62
-
63
- def bundler_version
64
- @bundler_version ||=
65
- env_var_version || cli_arg_version ||
66
- lockfile_version
67
- end
68
-
69
- def bundler_requirement
70
- return "#{Gem::Requirement.default}.a" unless bundler_version
71
-
72
- bundler_gem_version = Gem::Version.new(bundler_version)
73
-
74
- requirement = bundler_gem_version.approximate_recommendation
75
-
76
- return requirement unless Gem::Version.new(Gem::VERSION) < Gem::Version.new("2.7.0")
77
-
78
- requirement += ".a" if bundler_gem_version.prerelease?
79
-
80
- requirement
81
- end
82
-
83
- def load_bundler!
84
- ENV["BUNDLE_GEMFILE"] ||= gemfile
85
-
86
- activate_bundler
87
- end
88
-
89
- def activate_bundler
90
- gem_error = activation_error_handling do
91
- gem "bundler", bundler_requirement
92
- end
93
- return if gem_error.nil?
94
- require_error = activation_error_handling do
95
- require "bundler/version"
96
- end
97
- return if require_error.nil? && Gem::Requirement.new(bundler_requirement).satisfied_by?(Gem::Version.new(Bundler::VERSION))
98
- warn "Activating bundler (#{bundler_requirement}) failed:\n#{gem_error.message}\n\nTo install the version of bundler this project requires, run `gem install bundler -v '#{bundler_requirement}'`"
99
- exit 42
100
- end
101
-
102
- def activation_error_handling
103
- yield
104
- nil
105
- rescue StandardError, LoadError => e
106
- e
107
- end
108
- end
109
-
110
- m.load_bundler!
111
-
112
- if m.invoked_as_script?
113
- load Gem.bin_path("bundler", "bundle")
114
- end
data/example/bin/rails DELETED
@@ -1,27 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by RubyGems.
4
- #
5
- # The application 'railties' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'rubygems'
10
-
11
- version = ">= 0.a"
12
-
13
- str = ARGV.first
14
- if str
15
- str = str.b[/\A_(.*)_\z/, 1]
16
- if str and Gem::Version.correct?(str)
17
- version = str
18
- ARGV.shift
19
- end
20
- end
21
-
22
- if Gem.respond_to?(:activate_bin_path)
23
- load Gem.activate_bin_path('railties', 'rails', version)
24
- else
25
- gem "railties", version
26
- load Gem.bin_path("railties", "rails", version)
27
- end
data/example/bin/rake DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env ruby
2
- load File.expand_path("spring", __dir__)
3
- require_relative "../config/boot"
4
- require "rake"
5
- Rake.application.run