1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Add support for Azure Key Vault

This commit is contained in:
Calle Pettersson
2018-06-17 22:50:30 +02:00
parent 3265a66cd3
commit 9fa4f0e90e
10 changed files with 582 additions and 56 deletions

View File

@@ -30,9 +30,12 @@ test:
showcoverage: test
$(GO) tool cover -html=coverage.out
generate:
generate: keyservice/keyservice.pb.go
$(GO) generate
%.pb.go: %.proto
protoc --go_out=plugins=grpc:. $<
functional-tests:
$(GO) build -o functional-tests/sops go.mozilla.org/sops/cmd/sops
cd functional-tests && cargo test