mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 07:43:57 +02:00
feat: restructure project and fix vault/sdk version
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
518b1bc8d4
commit
d55f035d34
17 changed files with 848 additions and 579 deletions
|
@ -42,7 +42,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go --mount
|
|||
mkdir -p /go/src/github.com/matter-labs/vault-auth-tee; \
|
||||
cd /go/src/github.com/matter-labs/vault-auth-tee; \
|
||||
rsync -a --delete-after /data/ ./ ; \
|
||||
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o vault-auth-tee; \
|
||||
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o vault-auth-tee cmd/vault-auth-tee/main.go ; \
|
||||
mkdir -p /opt/vault/plugins; \
|
||||
cp vault-auth-tee /opt/vault/plugins/vault-auth-tee; \
|
||||
:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue