Skip to content

Commit

Permalink
Fix make auth
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Jan 31, 2025
1 parent aada671 commit cfe609c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions testing/benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,10 @@ MAKEFILE_DIR:=$(dir ${MAKEFILE_PATH})
REPO_ROOT:=$(abspath ${MAKEFILE_DIR}/../../)

include ${MAKEFILE_DIR}/../../go.mk
ifneq ("$(wildcard ${MAKEFILE_DIR}/.env)","")
include ${MAKEFILE_DIR}/.env
else
endif

.PHONY: auth
auth:
@okta-aws-cli --profile elastic-observability > ${MAKEFILE_DIR}/.env
@okta-aws-cli --profile elastic-observability --write-aws-credentials

terraform.tfvars:
@sed "s/USER/$(USER)/" $(TFVARS_SOURCE) > terraform.tfvars
Expand Down

0 comments on commit cfe609c

Please sign in to comment.