Skip to content

Commit b347def

Browse files
authored
remove all legacy payload support (#81)
1 parent 3955765 commit b347def

File tree

19 files changed

+78
-1476
lines changed

19 files changed

+78
-1476
lines changed

charts/attestation-api/templates/secret.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,6 @@ spec:
88
- remoteRef:
99
key: {{ .Release.Namespace }}/attestation/dinc-storage-node/signer-private-key
1010
secretKey: SIGNER_PRIVATE_KEY
11-
- remoteRef:
12-
key: {{ .Release.Namespace }}/attestation/clickhouse/host
13-
secretKey: CLICKHOUSE_HOST
14-
- remoteRef:
15-
key: {{ .Release.Namespace }}/attestation/clickhouse/user
16-
secretKey: CLICKHOUSE_USER
17-
- remoteRef:
18-
key: {{ .Release.Namespace }}/attestation/clickhouse/pass
19-
secretKey: CLICKHOUSE_PASSWORD
20-
- remoteRef:
21-
key: {{ .Release.Namespace }}/attestation/s3/access_key_id
22-
secretKey: S3_AWS_ACCESS_KEY_ID
23-
- remoteRef:
24-
key: {{ .Release.Namespace }}/attestation/s3/secret_access_key
25-
secretKey: S3_AWS_SECRET_ACCESS_KEY
26-
- remoteRef:
27-
key: {{ .Release.Namespace }}/attestation/vin_vc/issuer_private_key
28-
secretKey: VIN_ISSUER_PRIVATE_KEY
29-
- remoteRef:
30-
key: {{ .Release.Namespace }}/attestation/vin_vc/revoked_token_ids
31-
secretKey: REVOKED_TOKEN_IDS
3211
secretStoreRef:
3312
kind: ClusterSecretStore
3413
name: aws-secretsmanager-secret-store

charts/attestation-api/values-prod.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ env:
2222
DEV_LICENSE: '0x49eAf63eD94FEf3d40692862Eee2C8dB416B1a5f'
2323
FETCH_GRPC_ADDR: fetch-api-prod:8086
2424
DIMO_REGISTRY_CHAIN_ID: 137
25-
FINGERPRINT_BUCKET: dimo-network-fingerprint-prod
26-
AUTOPI_BUCKET_NAME: dimo-network-connectivity-prod
27-
HASHDOG_BUCKET_NAME: dimo-network-connectivity-prod
28-
STATUS_BUCKET_NAME: dimo-network-status-prod
29-
VC_BUCKET: dimo-ingest-cloudevent-prod
3025
CLOUDEVENT_BUCKET: dimo-ingest-cloudevent-prod
3126
ingress:
3227
enabled: true

charts/attestation-api/values.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,8 @@ env:
4242
FETCH_GRPC_ADDR: fetch-api-dev:8086
4343
DIMO_REGISTRY_CHAIN_ID: 80002
4444
DEV_LICENSE_REDIRECT_URL: http://127.0.0.1:10000
45-
AUTOPI_DATA_TYPE: Twilio_1.0
46-
AUTOPI_BUCKET_NAME: dimo-network-connectivity-dev
47-
HASHDOG_DATA_TYPE: Lora_1.0
48-
HASHDOG_BUCKET_NAME: dimo-network-connectivity-dev
49-
STATUS_DATA_TYPE: Status_1.0
50-
STATUS_BUCKET_NAME: dimo-network-status-dev
5145
VIN_DATA_VERSION: vin/v1.0
5246
POMVC_DATA_TYPE: POMVCv1.0
53-
CLICKHOUSE_TCP_PORT: 9440
54-
CLICKHOUSE_DATABASE: file_index
55-
S3_AWS_REGION: us-east-2
56-
FINGERPRINT_BUCKET: dimo-network-fingerprint-dev
57-
FINGERPRINT_DATA_TYPE: FP_v0.0.1
58-
VC_BUCKET: dimo-ingest-cloudevent-dev
5947
CLOUDEVENT_BUCKET: dimo-ingest-cloudevent-dev
6048
service:
6149
type: ClusterIP

go.mod

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@ module github.com/DIMO-Network/attestation-api
33
go 1.24
44

55
require (
6-
github.com/ClickHouse/clickhouse-go/v2 v2.37.2
7-
github.com/DIMO-Network/clickhouse-infra v0.0.4
86
github.com/DIMO-Network/cloudevent v0.1.2
97
github.com/DIMO-Network/device-definitions-api v1.5.4
108
github.com/DIMO-Network/fetch-api v0.0.12
119
github.com/DIMO-Network/model-garage v0.6.1
1210
github.com/DIMO-Network/server-garage v0.0.2
1311
github.com/DIMO-Network/shared v1.0.6
14-
github.com/aws/aws-sdk-go-v2 v1.36.5
15-
github.com/aws/aws-sdk-go-v2/credentials v1.17.70
16-
github.com/aws/aws-sdk-go-v2/service/s3 v1.83.0
1712
github.com/caarlos0/env/v11 v11.3.1
1813
github.com/ethereum/go-ethereum v1.16.1
1914
github.com/gofiber/contrib/jwt v1.1.2
@@ -37,27 +32,14 @@ require (
3732
)
3833

3934
require (
40-
github.com/ClickHouse/ch-go v0.66.1 // indirect
4135
github.com/KyleBanks/depth v1.2.1 // indirect
4236
github.com/MicahParks/keyfunc/v2 v2.1.0 // indirect
4337
github.com/andybalholm/brotli v1.2.0 // indirect
44-
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.11 // indirect
45-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
46-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
47-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.36 // indirect
48-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
49-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.4 // indirect
50-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
51-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.17 // indirect
52-
github.com/aws/smithy-go v1.22.4 // indirect
5338
github.com/beorn7/perks v1.0.1 // indirect
5439
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5540
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
5641
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5742
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
58-
github.com/friendsofgo/errors v0.9.2 // indirect
59-
github.com/go-faster/city v1.0.1 // indirect
60-
github.com/go-faster/errors v0.7.1 // indirect
6143
github.com/go-openapi/jsonpointer v0.21.0 // indirect
6244
github.com/go-openapi/jsonreference v0.21.0 // indirect
6345
github.com/go-openapi/spec v0.21.0 // indirect
@@ -71,18 +53,13 @@ require (
7153
github.com/mattn/go-isatty v0.0.20 // indirect
7254
github.com/mattn/go-runewidth v0.0.16 // indirect
7355
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
74-
github.com/paulmach/orb v0.11.1 // indirect
75-
github.com/pierrec/lz4/v4 v4.1.22 // indirect
7656
github.com/pmezard/go-difflib v1.0.0 // indirect
7757
github.com/prometheus/client_golang v1.22.0 // indirect
7858
github.com/prometheus/client_model v0.6.1 // indirect
7959
github.com/prometheus/common v0.62.0 // indirect
8060
github.com/prometheus/procfs v0.15.1 // indirect
8161
github.com/rivo/uniseg v0.4.7 // indirect
8262
github.com/russross/blackfriday/v2 v2.1.0 // indirect
83-
github.com/segmentio/asm v1.2.0 // indirect
84-
github.com/shopspring/decimal v1.4.0 // indirect
85-
github.com/spf13/cast v1.7.0 // indirect
8663
github.com/swaggo/files/v2 v2.0.2 // indirect
8764
github.com/teslamotors/fleet-telemetry v0.7.2 // indirect
8865
github.com/tidwall/gjson v1.18.0 // indirect
@@ -93,20 +70,16 @@ require (
9370
github.com/valyala/bytebufferpool v1.0.0 // indirect
9471
github.com/valyala/fasthttp v1.55.0 // indirect
9572
github.com/valyala/tcplisten v1.0.0 // indirect
96-
github.com/volatiletech/inflect v0.0.1 // indirect
97-
github.com/volatiletech/sqlboiler/v4 v4.19.1 // indirect
98-
github.com/volatiletech/strmangle v0.0.7-0.20240503230658-86517898275a // indirect
9973
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
10074
go.opentelemetry.io/otel v1.37.0 // indirect
101-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
75+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
10276
golang.org/x/crypto v0.39.0 // indirect
10377
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
10478
golang.org/x/mod v0.25.0 // indirect
10579
golang.org/x/net v0.41.0 // indirect
10680
golang.org/x/sys v0.33.0 // indirect
10781
golang.org/x/text v0.26.0 // indirect
10882
golang.org/x/tools v0.34.0 // indirect
109-
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
11083
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
11184
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
11285
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)