An error occurred (InvalidSignatureException) when calling the GetSecretValue operation: Signature expired:가 되었을 때의 대응 방법
2356 단어 aws-cli
Secrets Manager에서 키를 얻으려고하면 화가났습니다.
$ aws secretsmanager get-secret-value --secret-id hoge/ponsuke
An error occurred (InvalidSignatureException) when calling the GetSecretValue operation: Signature expired: 20201124T070055Z is now earlier than 20201124T070155Z (20201124T070655Z - 5 min.)
원인 : 컴퓨터 시간이 다르기 때문에
몇 개월 전부터 5분 정도 있을 거라고 생각하고 있었다.
도메인에도 들어있는데 어쩐지, 방치하고 있었다.
Windows10이 되고 나서 이치메 메뉴를 잘 모르기 때문에・・・ 뭐라고.
대응 : 컴퓨터 시간 수정
timedate.cpl
를 입력하고 Enter # めでたくとれた
$ aws secretsmanager get-secret-value --secret-id hoge/ponsuke
{
"ARN": "arn:aws:secretsmanager:ap-northeast-1:8xxxxxxxx:secret:hoge/ponsuke-6XXXXX",
"Name": "hoge/ponsuke",
"VersionId": "3-xxxx-xxx...",
"SecretString": "{\"ponsuke\":\"tarou\"}",
"VersionStages": [
"AWSCURRENT"
],
"CreatedDate": "2020-11-24T14:48:38.906000+09:00"
}
Reference
이 문제에 관하여(An error occurred (InvalidSignatureException) when calling the GetSecretValue operation: Signature expired:가 되었을 때의 대응 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ponsuke0531/items/1c0702244c2571e4e15a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)