Skip to content

Commit

Permalink
chore: remove localstorage when aws is the kms provider
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Jul 31, 2024
1 parent c379035 commit 48417d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ifeq ($(ISSUER_KMS_ETH_PROVIDER), aws)
docker build --build-arg ISSUER_KMS_ETH_PROVIDER_AWS_ACCESS_KEY=$(aws_access_key) \
--build-arg ISSUER_KMS_ETH_PROVIDER_AWS_SECRET_KEY=$(aws_secret_key) \
--build-arg ISSUER_KMS_ETH_PROVIDER_AWS_REGION=$(aws_region) -t privadoid-kms-importer -f ./Dockerfile-kms-importer .
$(eval result = $(shell docker run -it -v ./.env-issuer:/.env-issuer -v $(ISSUER_KMS_PROVIDER_LOCAL_STORAGE_FILE_PATH)/kms_localstorage_keys.json:/localstoragekeys/kms_localstorage_keys.json \
$(eval result = $(shell docker run -it -v ./.env-issuer:/.env-issuer \
--network issuer-network \
privadoid-kms-importer ./kms_priv_key_importer --privateKey=$(private_key)))
@echo "result: $(result)"
Expand Down

0 comments on commit 48417d9

Please sign in to comment.