torizon_audit 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/lib/torizon_audit.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13cfd7c67826eeada91e44f73bd8ee86a826bab8b12a1c619e63c4b8c0feaa29
|
|
4
|
+
data.tar.gz: d196bc38c1a41d963e992d7f9b8984a49997ac42059302ad754c7a031e8feb11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d9a36020a77dfff34c17438aa20935df5202fdedfdf9b815b25cfd7c4e67a0e912d28fc458d534d11bf3d70950b3e133ea4230e99827c510462bc74eeda0831
|
|
7
|
+
data.tar.gz: 519b30eaf0584645a764fcb91757801a84453331b4efdcfe218b95c3ecc29951a20c906de849944278b3279e0f0dfee24ccb35465db15e4d5cdec8f27bd5d00f
|
data/lib/torizon_audit.rb
CHANGED
|
@@ -98,6 +98,7 @@ class Audit
|
|
|
98
98
|
"api/v1/device_groups/.*/rename" => {"PUT" => "Rename device fleet"},
|
|
99
99
|
"api/v1/device_groups/.*" => {"DELETE" => "Delete device fleet"},
|
|
100
100
|
"api/v1/devices/.*" => {"DELETE" => "Delete device"},
|
|
101
|
+
"api/v1/user_repo/root$" => {"POST" => "Publish new signed root metadata (potentially rolling keys)"}
|
|
101
102
|
}
|
|
102
103
|
|
|
103
104
|
def initialize(client)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: torizon_audit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Clouser
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Fetch user actions from torizon platform
|
|
14
14
|
email: ben.clouser@toradex.com
|
|
@@ -36,7 +36,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
37
|
version: '0'
|
|
38
38
|
requirements: []
|
|
39
|
-
rubygems_version: 3.3.
|
|
39
|
+
rubygems_version: 3.3.7
|
|
40
40
|
signing_key:
|
|
41
41
|
specification_version: 4
|
|
42
42
|
summary: Fetch user actions from torizon platform
|