참고 페이지
<aside>
https://docs.aws.amazon.com/ko_kr/IAM/latest/UserGuide/id_roles_providers_create_oidc_verify-thumbprint.html
</aside>
설명
<aside>

- k8s - pod와 aws resource 접근을 위함
</aside>
순서
<aside>
- https://”OIDC ldp URL” + /.well-kwon/openid-configuration 입력
- jwks_url 부분 확인
- CA 인증서 값으로 파일 생성
- openssl x509 -in certificate.crt -fingerprint -sha1 -noout 입력
- 콜론 문자 제거
</aside>