Skip to content

Commit

Permalink
Merge pull request #64 from oslokommune/remove-aws-sso-creds-helper
Browse files Browse the repository at this point in the history
Get rid of the vulnerable `aws-sso-creds-helper`
  • Loading branch information
simenheg authored Oct 3, 2023
2 parents 91f9089 + 12fcff0 commit af2d56a
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 1,028 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ undeploy-prod: login-prod init
.PHONY: login-dev
login-dev: init
aws sts get-caller-identity --profile $(.DEV_PROFILE) || aws sso login --profile=$(.DEV_PROFILE)
./node_modules/.bin/ssocreds -p $(.DEV_PROFILE) # https://github.com/serverless/serverless/issues/7567

.PHONY: login-prod
login-prod: init
aws sts get-caller-identity --profile $(.PROD_PROFILE) || aws sso login --profile=$(.PROD_PROFILE)
./node_modules/.bin/ssocreds -p $(.PROD_PROFILE) # https://github.com/serverless/serverless/issues/7567

.PHONY: is-git-clean
is-git-clean:
Expand Down
Loading

0 comments on commit af2d56a

Please sign in to comment.