dev-resources.site
for different kinds of informations.
Delete CircleCI's invisible AWS credentials
Published at
1/14/2023
Categories
aws
circleci
Author
sot528
Problem
AWS notified me to rotate AWS credentials that are (seemingly) not registered with CircleCI.
Hello,
AWS is reaching out to you on behalf of CircleCI as a follow-up to the security issue they disclosed on January 4, 2023 [1] involving their platform. AWS infrastructure and services were not affected by this issue.
However, CircleCI believes the following AWS access keys, associated with your account, may be affected by this issue.
AKIA4**************
AWS recommends you rotate these keys immediately.
Occasion
Because the AWS Permission of the CircleCI project, which was used since time immemorial, was still alive even though it was discontinued in the UI.
Solution
${CIRCLECI_VCS}
with either "github" or "bitbucket"
${CIRCLECI_ORG}
with the name of your org
${CIRCLECI_PROJECT}
with the name of your project/repository
${CIRCLECI_TOKEN}
with a Personal API Token
curl -X PUT -d "{\"aws\":{\"keypair\":null}}" "https://circleci.com/api/v1.1/project/${CIRCLECI_VCS}/${CIRCLECI_ORG}/${CIRCLECI_PROJECT}/settings?circle-token=${CIRCLECI_TOKEN}" -H "Content-Type:application/json"
Note
WTF🤣
Articles
11 articles in total
Delete CircleCI's invisible AWS credentials
currently reading
Remove unnecessary Docker resources.
read article
Install and Update Solidity(solc) in Mac
read article
Try Vyper in Truffle v5.
read article
Run levelDB + Node.js in 1 min on Docker
read article
Try to run libp2p(js-libp2p) anyway.
read article
Ethereum:New Solidity constructor
read article
"Route did not stabilize in expected time" on CloudFromation
read article
EC2にEthereumメインネットのparityノードを立てる
read article
暗号通貨の相場をターミナルで表示する
read article
Renamed tools in Ethereum
read article
Featured ones: