-
Notifications
You must be signed in to change notification settings - Fork 0
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
bug: Velero unable to push contents to Nutanix S3 buckets using TLS #144
Comments
I don't think this is specific to trusting certificates and is likely just an issue with the Nutanix objects API itself. Have hit issues with other tools using Nutanix objects (zarf registry, terraform before we updated to a version of tofu that added additional S3 flags that can be set). Terraform specifically was encountering the exact same error (I think it is related to the v4 streaming protocol) until we updated the version. For reference, to get tofu to work with Nutanix objects over TLS we are setting the following options:
|
I doubt this will be worked since we need to remove Velero anyway. |
Velero isn't going anywhere. That is neuvector |
This may be fixed by an update a while ago, check to see if it's still an issue, if not, close, if yes, we may just keep running with http. |
Velero is currently unable to push contents to buckets. This may be related to custom certs / CAs.
Relates to #143 and #122
The text was updated successfully, but these errors were encountered: