strongdm 1.0.15 → 1.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,40 +0,0 @@
1
- # Copyright 2020 StrongDM Inc
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
- #
15
- # Generated by the protocol buffer compiler. DO NOT EDIT!
16
- # source: audits.proto
17
-
18
- require "google/protobuf"
19
-
20
- require "options_pb"
21
- require "spec_pb"
22
- require "access_rules_pb"
23
- Google::Protobuf::DescriptorPool.generated_pool.build do
24
- add_file("audits.proto", :syntax => :proto3) do
25
- add_message "v1.GetAccessRulesRequest" do
26
- optional :meta, :message, 1, "v1.GetRequestMetadata"
27
- optional :when, :string, 2
28
- end
29
- add_message "v1.GetAccessRulesResponse" do
30
- optional :meta, :message, 1, "v1.GetResponseMetadata"
31
- repeated :access_rules, :message, 2, "v1.AccessRule"
32
- optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
33
- end
34
- end
35
- end
36
-
37
- module V1
38
- GetAccessRulesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.GetAccessRulesRequest").msgclass
39
- GetAccessRulesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.GetAccessRulesResponse").msgclass
40
- end
@@ -1,37 +0,0 @@
1
- # Copyright 2020 StrongDM Inc
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
- #
15
- # Generated by the protocol buffer compiler. DO NOT EDIT!
16
- # Source: audits.proto for package 'v1'
17
-
18
- require "grpc"
19
- require "audits_pb"
20
-
21
- module V1
22
- module Audits
23
- # Audit exposes the endpoints to extract point-in-time snapshot of data.
24
- class Service
25
- include GRPC::GenericService
26
-
27
- self.marshal_class_method = :encode
28
- self.unmarshal_class_method = :decode
29
- self.service_name = "v1.Audits"
30
-
31
- # GetAccessRules gets a list of Access Rules at point-in-time.
32
- rpc :GetAccessRules, GetAccessRulesRequest, GetAccessRulesResponse
33
- end
34
-
35
- Stub = Service.rpc_stub_class
36
- end
37
- end
@@ -1,61 +0,0 @@
1
- # Copyright 2020 StrongDM Inc
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
- #
15
- # Generated by the protocol buffer compiler. DO NOT EDIT!
16
- # source: secret_store_healths.proto
17
-
18
- require "google/protobuf"
19
-
20
- require "google/protobuf/timestamp_pb"
21
- require "options_pb"
22
- require "spec_pb"
23
- Google::Protobuf::DescriptorPool.generated_pool.build do
24
- add_file("secret_store_healths.proto", :syntax => :proto3) do
25
- add_message "v1.SecretStoreHealthListRequest" do
26
- optional :meta, :message, 1, "v1.ListRequestMetadata"
27
- optional :filter, :string, 2
28
- end
29
- add_message "v1.SecretStoreHealthListResponse" do
30
- optional :meta, :message, 1, "v1.ListResponseMetadata"
31
- repeated :secret_store_healths, :message, 2, "v1.SecretStoreHealth"
32
- optional :rate_limit, :message, 3, "v1.RateLimitMetadata"
33
- end
34
- add_message "v1.SecretStoreHealthCheckRequest" do
35
- optional :meta, :message, 1, "v1.CreateRequestMetadata"
36
- optional :secret_store_id, :string, 2
37
- end
38
- add_message "v1.SecretStoreHealthCheckResponse" do
39
- optional :meta, :message, 1, "v1.CreateResponseMetadata"
40
- optional :rate_limit, :message, 2, "v1.RateLimitMetadata"
41
- end
42
- add_message "v1.SecretStoreHealth" do
43
- optional :secret_store_id, :string, 1
44
- optional :node_id, :string, 2
45
- optional :status, :string, 4
46
- optional :changed_at, :message, 6, "google.protobuf.Timestamp"
47
- optional :checked_at, :message, 7, "google.protobuf.Timestamp"
48
- optional :error, :string, 8
49
- optional :reachability, :string, 9
50
- repeated :flags, :string, 10
51
- end
52
- end
53
- end
54
-
55
- module V1
56
- SecretStoreHealthListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.SecretStoreHealthListRequest").msgclass
57
- SecretStoreHealthListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.SecretStoreHealthListResponse").msgclass
58
- SecretStoreHealthCheckRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.SecretStoreHealthCheckRequest").msgclass
59
- SecretStoreHealthCheckResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.SecretStoreHealthCheckResponse").msgclass
60
- SecretStoreHealth = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.SecretStoreHealth").msgclass
61
- end
@@ -1,39 +0,0 @@
1
- # Copyright 2020 StrongDM Inc
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
- #
15
- # Generated by the protocol buffer compiler. DO NOT EDIT!
16
- # Source: secret_store_healths.proto for package 'v1'
17
-
18
- require "grpc"
19
- require "secret_store_healths_pb"
20
-
21
- module V1
22
- module SecretStoreHealths
23
- # Audit exposes the endpoints to extract point-in-time snapshot of data.
24
- class Service
25
- include GRPC::GenericService
26
-
27
- self.marshal_class_method = :encode
28
- self.unmarshal_class_method = :decode
29
- self.service_name = "v1.SecretStoreHealths"
30
-
31
- # List lists an org's secret store healths
32
- rpc :List, SecretStoreHealthListRequest, SecretStoreHealthListResponse
33
- # Check pushes a healthcheck request for a secret store
34
- rpc :Check, SecretStoreHealthCheckRequest, SecretStoreHealthCheckResponse
35
- end
36
-
37
- Stub = Service.rpc_stub_class
38
- end
39
- end