Skip to content

Commit

Permalink
Add verification key into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
violog committed Apr 17, 2024
1 parent de39879 commit b0dad69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 281 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ broadcaster:

verifier:
verification_keys_paths:
sha1: "./sha1_verification_key.json"
sha256: "./sha256_verification_key.json"
sha1: "./verification_key.json"
sha256: "./verification_key.json"
allowed_age: 18
allowed_citizenships: ["UKR"]

Expand Down
139 changes: 0 additions & 139 deletions sha1_verification_key.json

This file was deleted.

139 changes: 0 additions & 139 deletions sha256_verification_key.json

This file was deleted.

6 changes: 5 additions & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ import:
- image: builder
add: /usr/local/bin/airdrop-svc
to: /usr/local/bin/airdrop-svc
after: setup
after: setup
- image: builder
add: /go/src/github.com/rarimo/airdrop-svc/verification_key.json
to: /verification_key.json
after: setup

0 comments on commit b0dad69

Please sign in to comment.