mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
implement basic kms feature using symmecrypt
This commit is contained in:
parent
3efb4187ac
commit
e708e3a97d
@ -17,6 +17,9 @@ jobs:
|
||||
paths:
|
||||
- /go/pkg/mod
|
||||
key: offen-kms-{{ checksum "go.mod" }}
|
||||
- run:
|
||||
name: Generate one-off key file
|
||||
command: make bootstrap
|
||||
- run:
|
||||
name: Run tests
|
||||
command: make test-ci
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
- GOPATH=/go
|
||||
ports:
|
||||
- 8081:8081
|
||||
command: go run cmd/kms/main.go -origin https://local.offen.dev:9977 -port 8081
|
||||
command: go run cmd/kms/main.go -port 8081
|
||||
|
||||
server:
|
||||
image: golang:1.12
|
||||
|
Loading…
Reference in New Issue
Block a user