-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod fails to start with certificate error due to unknown signing authority #39
Comments
@LP0101 are you using make deploy to install? I also had the same issue ... |
Yup, also same issue when just deploying it manually with kustomize |
I think it has an issue with resource clean up issue, try cleaning up all the resources it created. Then redeploy! |
I'm also having this issue, no clue how to fix. It only seems to happen with images I built myself? The URL that gets presumably called returns HTTP 445 with |
Dealing with exact same issue at the moment. I tried deleting all the associated resources and redeploying (I'm using Helm) but no success. Anyone figured out the solution? |
@rkirimov probably best to reach out to Support! |
In case anyone has the same issue, adding this line to my Dockerfile fixed it
|
Your environment
Secret Injector Version: 1.0.2
1Password CLI Version: 2-beta, 2
Connect Server Version: N/A, using service account
What happened?
When deploying the pod, it fails with a certificate error, putting the pod into an error state followed by crashloopbackoff
What did you expect to happen?
The pod should run
Notes & Logs
[ERROR] 2023/07/13 22:09:45 error initializing client: Authentication: (failed to auth.LookupAuth), Network: (failed to request.DoUnencrypted), Get "https://<COMPANY_NAME>.1password.com/api/v2/auth/<REDACTED>@1passwordserviceaccounts.com/A3/Q7SJZ8/<REDACTED>": tls: failed to verify certificate: x509: certificate signed by unknown authority
The text was updated successfully, but these errors were encountered: