Skip to content
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

Error: TLS handshake error from IP_ADDR:48760: remote error: tls: bad certificate #7

Open
obsessionsys opened this issue Sep 4, 2024 · 4 comments

Comments

@obsessionsys
Copy link

My company uses Vault and self signed certificate for it. How to implement skip tls verify in your mirrors controller? Since your code doesn’t have environment variables or command flag for this.

@obsessionsys
Copy link
Author

@igorcoding

@igorcoding
Copy link
Member

Hi! I think it's possible and I'll have a look at this on the weekend.

@igorcoding
Copy link
Member

I had a quick look at the source code - it seems like you may add VAULT_SKIP_VERIFY=true env variable to the controller manager for now while there is no direct support in the mirrors itself.
Do you deploy mirrors using helm chart from here or some other way?

@igorcoding
Copy link
Member

In the veresion 0.1.9 I've added support for specifying extra env vars in the controller, so you may try with this setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants