You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed by this helm chart kube-secrets-init and enble cert-manager = true. All oke but when i create a pod for the test and got log console like: time="2022-10-27T06:27:00Z" level=error msg="failed to resolve secrets" error="failed to get secret from AWS Parameters Store: WebIdentityErr: failed to retrieve credentials\ncaused by: RequestError: send request failed\ncaused by: Post \"https://sts.amazonaws.com/\": x509: certificate signed by unknown authority"
In my case:
I install in EKS with version 1.23.
I use ServiceAccount for AssumeRoleWithWebIdentity from Pod.
Anyone know how to resolve this issue?
The text was updated successfully, but these errors were encountered:
I installed by this helm chart
kube-secrets-init
and enblecert-manager = true
. All oke but when i create a pod for the test and got log console like:time="2022-10-27T06:27:00Z" level=error msg="failed to resolve secrets" error="failed to get secret from AWS Parameters Store: WebIdentityErr: failed to retrieve credentials\ncaused by: RequestError: send request failed\ncaused by: Post \"https://sts.amazonaws.com/\": x509: certificate signed by unknown authority"
In my case:
Anyone know how to resolve this issue?
The text was updated successfully, but these errors were encountered: