aserto-grpc-authz 0.0.1

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 (39) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +201 -0
  3. data/README.md +76 -0
  4. data/VERSION +1 -0
  5. data/lib/aserto/api/v1/account_pb.rb +27 -0
  6. data/lib/aserto/api/v1/change_pb.rb +23 -0
  7. data/lib/aserto/api/v1/connection_pb.rb +97 -0
  8. data/lib/aserto/api/v1/fields_pb.rb +22 -0
  9. data/lib/aserto/api/v1/identity_context_pb.rb +28 -0
  10. data/lib/aserto/api/v1/invite_pb.rb +37 -0
  11. data/lib/aserto/api/v1/log_pb.rb +27 -0
  12. data/lib/aserto/api/v1/metadata_pb.rb +26 -0
  13. data/lib/aserto/api/v1/name_availability_pb.rb +25 -0
  14. data/lib/aserto/api/v1/nats_pb.rb +23 -0
  15. data/lib/aserto/api/v1/pagination_pb.rb +27 -0
  16. data/lib/aserto/api/v1/policy_builder_pb.rb +28 -0
  17. data/lib/aserto/api/v1/policy_context_pb.rb +24 -0
  18. data/lib/aserto/api/v1/policy_image_pb.rb +21 -0
  19. data/lib/aserto/api/v1/policy_repo_pb.rb +24 -0
  20. data/lib/aserto/api/v1/policyref_pb.rb +31 -0
  21. data/lib/aserto/api/v1/registry_org_pb.rb +20 -0
  22. data/lib/aserto/api/v1/registry_pb.rb +42 -0
  23. data/lib/aserto/api/v1/scc_org_pb.rb +21 -0
  24. data/lib/aserto/api/v1/tenant_pb.rb +32 -0
  25. data/lib/aserto/api/v1/user_pb.rb +98 -0
  26. data/lib/aserto/api/v2/instance_pb.rb +36 -0
  27. data/lib/aserto/api/v2/management_pb.rb +40 -0
  28. data/lib/aserto/api/v2/policy_pb.rb +27 -0
  29. data/lib/aserto/api/v2/repository_pb.rb +29 -0
  30. data/lib/aserto/api/v2/source_pb.rb +29 -0
  31. data/lib/aserto/api/v2/user_pb.rb +31 -0
  32. data/lib/aserto/authorizer/authorizer/v1/authorizer_pb.rb +92 -0
  33. data/lib/aserto/authorizer/authorizer/v1/authorizer_services_pb.rb +30 -0
  34. data/lib/aserto/options/v1/ids_pb.rb +32 -0
  35. data/lib/google/api/annotations_pb.rb +17 -0
  36. data/lib/google/api/http_pb.rb +39 -0
  37. data/lib/protoc-gen-openapiv2/options/annotations_pb.rb +21 -0
  38. data/lib/protoc-gen-openapiv2/options/openapiv2_pb.rb +206 -0
  39. metadata +161 -0
@@ -0,0 +1,30 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: aserto/authorizer/authorizer/v1/authorizer.proto for package 'Aserto.Authorizer.Authorizer.V1'
3
+
4
+ require 'grpc'
5
+ require 'aserto/authorizer/authorizer/v1/authorizer_pb'
6
+
7
+ module Aserto
8
+ module Authorizer
9
+ module Authorizer
10
+ module V1
11
+ module Authorizer
12
+ class Service
13
+
14
+ include ::GRPC::GenericService
15
+
16
+ self.marshal_class_method = :encode
17
+ self.unmarshal_class_method = :decode
18
+ self.service_name = 'aserto.authorizer.authorizer.v1.Authorizer'
19
+
20
+ rpc :DecisionTree, ::Aserto::Authorizer::Authorizer::V1::DecisionTreeRequest, ::Aserto::Authorizer::Authorizer::V1::DecisionTreeResponse
21
+ rpc :Is, ::Aserto::Authorizer::Authorizer::V1::IsRequest, ::Aserto::Authorizer::Authorizer::V1::IsResponse
22
+ rpc :Query, ::Aserto::Authorizer::Authorizer::V1::QueryRequest, ::Aserto::Authorizer::Authorizer::V1::QueryResponse
23
+ end
24
+
25
+ Stub = Service.rpc_stub_class
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,32 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: aserto/options/v1/ids.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/descriptor_pb'
7
+
8
+ Google::Protobuf::DescriptorPool.generated_pool.build do
9
+ add_file("aserto/options/v1/ids.proto", :syntax => :proto3) do
10
+ add_enum "aserto.options.v1.IDType" do
11
+ value :ID_TYPE_UNKNOWN, 0
12
+ value :ID_TYPE_ACCOUNT, 1
13
+ value :ID_TYPE_TENANT, 2
14
+ value :ID_TYPE_ERROR, 3
15
+ value :ID_TYPE_POLICY, 4
16
+ value :ID_TYPE_REQUEST, 5
17
+ value :ID_TYPE_PROVIDER, 6
18
+ value :ID_TYPE_CONNECTION, 7
19
+ value :ID_TYPE_INVITE, 8
20
+ value :ID_TYPE_POLICY_BUILDER, 9
21
+ value :ID_TYPE_POLICY_REPO, 10
22
+ end
23
+ end
24
+ end
25
+
26
+ module Aserto
27
+ module Options
28
+ module V1
29
+ IDType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.options.v1.IDType").enummodule
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,17 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/api/annotations.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/api/http_pb'
7
+ require 'google/protobuf/descriptor_pb'
8
+
9
+ Google::Protobuf::DescriptorPool.generated_pool.build do
10
+ add_file("google/api/annotations.proto", :syntax => :proto3) do
11
+ end
12
+ end
13
+
14
+ module Google
15
+ module Api
16
+ end
17
+ end
@@ -0,0 +1,39 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/api/http.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_file("google/api/http.proto", :syntax => :proto3) do
8
+ add_message "google.api.Http" do
9
+ repeated :rules, :message, 1, "google.api.HttpRule", json_name: "rules"
10
+ optional :fully_decode_reserved_expansion, :bool, 2, json_name: "fullyDecodeReservedExpansion"
11
+ end
12
+ add_message "google.api.HttpRule" do
13
+ optional :selector, :string, 1, json_name: "selector"
14
+ optional :body, :string, 7, json_name: "body"
15
+ optional :response_body, :string, 12, json_name: "responseBody"
16
+ repeated :additional_bindings, :message, 11, "google.api.HttpRule", json_name: "additionalBindings"
17
+ oneof :pattern do
18
+ optional :get, :string, 2, json_name: "get"
19
+ optional :put, :string, 3, json_name: "put"
20
+ optional :post, :string, 4, json_name: "post"
21
+ optional :delete, :string, 5, json_name: "delete"
22
+ optional :patch, :string, 6, json_name: "patch"
23
+ optional :custom, :message, 8, "google.api.CustomHttpPattern", json_name: "custom"
24
+ end
25
+ end
26
+ add_message "google.api.CustomHttpPattern" do
27
+ optional :kind, :string, 1, json_name: "kind"
28
+ optional :path, :string, 2, json_name: "path"
29
+ end
30
+ end
31
+ end
32
+
33
+ module Google
34
+ module Api
35
+ Http = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Http").msgclass
36
+ HttpRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.HttpRule").msgclass
37
+ CustomHttpPattern = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.CustomHttpPattern").msgclass
38
+ end
39
+ end
@@ -0,0 +1,21 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: protoc-gen-openapiv2/options/annotations.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/descriptor_pb'
7
+ require 'protoc-gen-openapiv2/options/openapiv2_pb'
8
+
9
+ Google::Protobuf::DescriptorPool.generated_pool.build do
10
+ add_file("protoc-gen-openapiv2/options/annotations.proto", :syntax => :proto3) do
11
+ end
12
+ end
13
+
14
+ module Grpc
15
+ module Gateway
16
+ module ProtocGenOpenapiv2
17
+ module Options
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,206 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: protoc-gen-openapiv2/options/openapiv2.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/struct_pb'
7
+
8
+ Google::Protobuf::DescriptorPool.generated_pool.build do
9
+ add_file("protoc-gen-openapiv2/options/openapiv2.proto", :syntax => :proto3) do
10
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Swagger" do
11
+ optional :swagger, :string, 1, json_name: "swagger"
12
+ optional :info, :message, 2, "grpc.gateway.protoc_gen_openapiv2.options.Info", json_name: "info"
13
+ optional :host, :string, 3, json_name: "host"
14
+ optional :base_path, :string, 4, json_name: "basePath"
15
+ repeated :schemes, :enum, 5, "grpc.gateway.protoc_gen_openapiv2.options.Scheme", json_name: "schemes"
16
+ repeated :consumes, :string, 6, json_name: "consumes"
17
+ repeated :produces, :string, 7, json_name: "produces"
18
+ map :responses, :string, :message, 10, "grpc.gateway.protoc_gen_openapiv2.options.Response"
19
+ optional :security_definitions, :message, 11, "grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions", json_name: "securityDefinitions"
20
+ repeated :security, :message, 12, "grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement", json_name: "security"
21
+ optional :external_docs, :message, 14, "grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation", json_name: "externalDocs"
22
+ map :extensions, :string, :message, 15, "google.protobuf.Value"
23
+ end
24
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Operation" do
25
+ repeated :tags, :string, 1, json_name: "tags"
26
+ optional :summary, :string, 2, json_name: "summary"
27
+ optional :description, :string, 3, json_name: "description"
28
+ optional :external_docs, :message, 4, "grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation", json_name: "externalDocs"
29
+ optional :operation_id, :string, 5, json_name: "operationId"
30
+ repeated :consumes, :string, 6, json_name: "consumes"
31
+ repeated :produces, :string, 7, json_name: "produces"
32
+ map :responses, :string, :message, 9, "grpc.gateway.protoc_gen_openapiv2.options.Response"
33
+ repeated :schemes, :enum, 10, "grpc.gateway.protoc_gen_openapiv2.options.Scheme", json_name: "schemes"
34
+ optional :deprecated, :bool, 11, json_name: "deprecated"
35
+ repeated :security, :message, 12, "grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement", json_name: "security"
36
+ map :extensions, :string, :message, 13, "google.protobuf.Value"
37
+ end
38
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Header" do
39
+ optional :description, :string, 1, json_name: "description"
40
+ optional :type, :string, 2, json_name: "type"
41
+ optional :format, :string, 3, json_name: "format"
42
+ optional :default, :string, 6, json_name: "default"
43
+ optional :pattern, :string, 13, json_name: "pattern"
44
+ end
45
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Response" do
46
+ optional :description, :string, 1, json_name: "description"
47
+ optional :schema, :message, 2, "grpc.gateway.protoc_gen_openapiv2.options.Schema", json_name: "schema"
48
+ map :headers, :string, :message, 3, "grpc.gateway.protoc_gen_openapiv2.options.Header"
49
+ map :examples, :string, :string, 4
50
+ map :extensions, :string, :message, 5, "google.protobuf.Value"
51
+ end
52
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Info" do
53
+ optional :title, :string, 1, json_name: "title"
54
+ optional :description, :string, 2, json_name: "description"
55
+ optional :terms_of_service, :string, 3, json_name: "termsOfService"
56
+ optional :contact, :message, 4, "grpc.gateway.protoc_gen_openapiv2.options.Contact", json_name: "contact"
57
+ optional :license, :message, 5, "grpc.gateway.protoc_gen_openapiv2.options.License", json_name: "license"
58
+ optional :version, :string, 6, json_name: "version"
59
+ map :extensions, :string, :message, 7, "google.protobuf.Value"
60
+ end
61
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Contact" do
62
+ optional :name, :string, 1, json_name: "name"
63
+ optional :url, :string, 2, json_name: "url"
64
+ optional :email, :string, 3, json_name: "email"
65
+ end
66
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.License" do
67
+ optional :name, :string, 1, json_name: "name"
68
+ optional :url, :string, 2, json_name: "url"
69
+ end
70
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation" do
71
+ optional :description, :string, 1, json_name: "description"
72
+ optional :url, :string, 2, json_name: "url"
73
+ end
74
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Schema" do
75
+ optional :json_schema, :message, 1, "grpc.gateway.protoc_gen_openapiv2.options.JSONSchema", json_name: "jsonSchema"
76
+ optional :discriminator, :string, 2, json_name: "discriminator"
77
+ optional :read_only, :bool, 3, json_name: "readOnly"
78
+ optional :external_docs, :message, 5, "grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation", json_name: "externalDocs"
79
+ optional :example, :string, 6, json_name: "example"
80
+ end
81
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.JSONSchema" do
82
+ optional :ref, :string, 3, json_name: "ref"
83
+ optional :title, :string, 5, json_name: "title"
84
+ optional :description, :string, 6, json_name: "description"
85
+ optional :default, :string, 7, json_name: "default"
86
+ optional :read_only, :bool, 8, json_name: "readOnly"
87
+ optional :example, :string, 9, json_name: "example"
88
+ optional :multiple_of, :double, 10, json_name: "multipleOf"
89
+ optional :maximum, :double, 11, json_name: "maximum"
90
+ optional :exclusive_maximum, :bool, 12, json_name: "exclusiveMaximum"
91
+ optional :minimum, :double, 13, json_name: "minimum"
92
+ optional :exclusive_minimum, :bool, 14, json_name: "exclusiveMinimum"
93
+ optional :max_length, :uint64, 15, json_name: "maxLength"
94
+ optional :min_length, :uint64, 16, json_name: "minLength"
95
+ optional :pattern, :string, 17, json_name: "pattern"
96
+ optional :max_items, :uint64, 20, json_name: "maxItems"
97
+ optional :min_items, :uint64, 21, json_name: "minItems"
98
+ optional :unique_items, :bool, 22, json_name: "uniqueItems"
99
+ optional :max_properties, :uint64, 24, json_name: "maxProperties"
100
+ optional :min_properties, :uint64, 25, json_name: "minProperties"
101
+ repeated :required, :string, 26, json_name: "required"
102
+ repeated :array, :string, 34, json_name: "array"
103
+ repeated :type, :enum, 35, "grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes", json_name: "type"
104
+ optional :format, :string, 36, json_name: "format"
105
+ repeated :enum, :string, 46, json_name: "enum"
106
+ optional :field_configuration, :message, 1001, "grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration", json_name: "fieldConfiguration"
107
+ map :extensions, :string, :message, 48, "google.protobuf.Value"
108
+ end
109
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration" do
110
+ optional :path_param_name, :string, 47, json_name: "pathParamName"
111
+ end
112
+ add_enum "grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes" do
113
+ value :UNKNOWN, 0
114
+ value :ARRAY, 1
115
+ value :BOOLEAN, 2
116
+ value :INTEGER, 3
117
+ value :NULL, 4
118
+ value :NUMBER, 5
119
+ value :OBJECT, 6
120
+ value :STRING, 7
121
+ end
122
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Tag" do
123
+ optional :description, :string, 2, json_name: "description"
124
+ optional :external_docs, :message, 3, "grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation", json_name: "externalDocs"
125
+ end
126
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions" do
127
+ map :security, :string, :message, 1, "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme"
128
+ end
129
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme" do
130
+ optional :type, :enum, 1, "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type", json_name: "type"
131
+ optional :description, :string, 2, json_name: "description"
132
+ optional :name, :string, 3, json_name: "name"
133
+ optional :in, :enum, 4, "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In", json_name: "in"
134
+ optional :flow, :enum, 5, "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow", json_name: "flow"
135
+ optional :authorization_url, :string, 6, json_name: "authorizationUrl"
136
+ optional :token_url, :string, 7, json_name: "tokenUrl"
137
+ optional :scopes, :message, 8, "grpc.gateway.protoc_gen_openapiv2.options.Scopes", json_name: "scopes"
138
+ map :extensions, :string, :message, 9, "google.protobuf.Value"
139
+ end
140
+ add_enum "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type" do
141
+ value :TYPE_INVALID, 0
142
+ value :TYPE_BASIC, 1
143
+ value :TYPE_API_KEY, 2
144
+ value :TYPE_OAUTH2, 3
145
+ end
146
+ add_enum "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In" do
147
+ value :IN_INVALID, 0
148
+ value :IN_QUERY, 1
149
+ value :IN_HEADER, 2
150
+ end
151
+ add_enum "grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow" do
152
+ value :FLOW_INVALID, 0
153
+ value :FLOW_IMPLICIT, 1
154
+ value :FLOW_PASSWORD, 2
155
+ value :FLOW_APPLICATION, 3
156
+ value :FLOW_ACCESS_CODE, 4
157
+ end
158
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement" do
159
+ map :security_requirement, :string, :message, 1, "grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue"
160
+ end
161
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue" do
162
+ repeated :scope, :string, 1, json_name: "scope"
163
+ end
164
+ add_message "grpc.gateway.protoc_gen_openapiv2.options.Scopes" do
165
+ map :scope, :string, :string, 1
166
+ end
167
+ add_enum "grpc.gateway.protoc_gen_openapiv2.options.Scheme" do
168
+ value :UNKNOWN, 0
169
+ value :HTTP, 1
170
+ value :HTTPS, 2
171
+ value :WS, 3
172
+ value :WSS, 4
173
+ end
174
+ end
175
+ end
176
+
177
+ module Grpc
178
+ module Gateway
179
+ module ProtocGenOpenapiv2
180
+ module Options
181
+ Swagger = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Swagger").msgclass
182
+ Operation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Operation").msgclass
183
+ Header = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Header").msgclass
184
+ Response = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Response").msgclass
185
+ Info = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Info").msgclass
186
+ Contact = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Contact").msgclass
187
+ License = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.License").msgclass
188
+ ExternalDocumentation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation").msgclass
189
+ Schema = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Schema").msgclass
190
+ JSONSchema = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.JSONSchema").msgclass
191
+ JSONSchema::FieldConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration").msgclass
192
+ JSONSchema::JSONSchemaSimpleTypes = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes").enummodule
193
+ Tag = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Tag").msgclass
194
+ SecurityDefinitions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions").msgclass
195
+ SecurityScheme = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme").msgclass
196
+ SecurityScheme::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type").enummodule
197
+ SecurityScheme::In = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In").enummodule
198
+ SecurityScheme::Flow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow").enummodule
199
+ SecurityRequirement = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement").msgclass
200
+ SecurityRequirement::SecurityRequirementValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue").msgclass
201
+ Scopes = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Scopes").msgclass
202
+ Scheme = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.gateway.protoc_gen_openapiv2.options.Scheme").enummodule
203
+ end
204
+ end
205
+ end
206
+ end
metadata ADDED
@@ -0,0 +1,161 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aserto-grpc-authz
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Aserto
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: grpc
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.46'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.46'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.15.0
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: '3.0'
37
+ type: :development
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: 1.15.0
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: '3.0'
47
+ - !ruby/object:Gem::Dependency
48
+ name: grpc_mock
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '0.4'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '0.4'
61
+ - !ruby/object:Gem::Dependency
62
+ name: rspec
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '3.0'
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: '3.0'
75
+ - !ruby/object:Gem::Dependency
76
+ name: rubocop-rspec
77
+ requirement: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: '2.11'
82
+ type: :development
83
+ prerelease: false
84
+ version_requirements: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: '2.11'
89
+ description: Ruby generated GRPC client for Aserto Authorizer
90
+ email:
91
+ - aserto@aserto.com
92
+ executables: []
93
+ extensions: []
94
+ extra_rdoc_files: []
95
+ files:
96
+ - LICENSE
97
+ - README.md
98
+ - VERSION
99
+ - lib/aserto/api/v1/account_pb.rb
100
+ - lib/aserto/api/v1/change_pb.rb
101
+ - lib/aserto/api/v1/connection_pb.rb
102
+ - lib/aserto/api/v1/fields_pb.rb
103
+ - lib/aserto/api/v1/identity_context_pb.rb
104
+ - lib/aserto/api/v1/invite_pb.rb
105
+ - lib/aserto/api/v1/log_pb.rb
106
+ - lib/aserto/api/v1/metadata_pb.rb
107
+ - lib/aserto/api/v1/name_availability_pb.rb
108
+ - lib/aserto/api/v1/nats_pb.rb
109
+ - lib/aserto/api/v1/pagination_pb.rb
110
+ - lib/aserto/api/v1/policy_builder_pb.rb
111
+ - lib/aserto/api/v1/policy_context_pb.rb
112
+ - lib/aserto/api/v1/policy_image_pb.rb
113
+ - lib/aserto/api/v1/policy_repo_pb.rb
114
+ - lib/aserto/api/v1/policyref_pb.rb
115
+ - lib/aserto/api/v1/registry_org_pb.rb
116
+ - lib/aserto/api/v1/registry_pb.rb
117
+ - lib/aserto/api/v1/scc_org_pb.rb
118
+ - lib/aserto/api/v1/tenant_pb.rb
119
+ - lib/aserto/api/v1/user_pb.rb
120
+ - lib/aserto/api/v2/instance_pb.rb
121
+ - lib/aserto/api/v2/management_pb.rb
122
+ - lib/aserto/api/v2/policy_pb.rb
123
+ - lib/aserto/api/v2/repository_pb.rb
124
+ - lib/aserto/api/v2/source_pb.rb
125
+ - lib/aserto/api/v2/user_pb.rb
126
+ - lib/aserto/authorizer/authorizer/v1/authorizer_pb.rb
127
+ - lib/aserto/authorizer/authorizer/v1/authorizer_services_pb.rb
128
+ - lib/aserto/options/v1/ids_pb.rb
129
+ - lib/google/api/annotations_pb.rb
130
+ - lib/google/api/http_pb.rb
131
+ - lib/protoc-gen-openapiv2/options/annotations_pb.rb
132
+ - lib/protoc-gen-openapiv2/options/openapiv2_pb.rb
133
+ homepage: https://www.aserto.com
134
+ licenses:
135
+ - Apache-2.0
136
+ metadata:
137
+ allowed_push_host: https://rubygems.org
138
+ homepage_uri: https://www.aserto.com
139
+ source_code_uri: https://github.com/aserto-dev/ruby-grpc-authz
140
+ changelog_uri: https://github.com/aserto-dev/ruby-grpc-authz
141
+ rubygems_mfa_required: 'true'
142
+ post_install_message:
143
+ rdoc_options: []
144
+ require_paths:
145
+ - lib
146
+ required_ruby_version: !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ version: 2.7.0
151
+ required_rubygems_version: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - ">="
154
+ - !ruby/object:Gem::Version
155
+ version: '0'
156
+ requirements: []
157
+ rubygems_version: 3.3.7
158
+ signing_key:
159
+ specification_version: 4
160
+ summary: Aserto Authorizer GRPC §Client
161
+ test_files: []