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

bug: Velero unable to push contents to Nutanix S3 buckets using TLS #144

Open
blancharda opened this issue Jul 10, 2024 · 4 comments
Open
Labels
bug Something isn't working top-level Tickets which describe top-level objectives for the roadmap
Milestone

Comments

@blancharda
Copy link
Contributor

Velero is currently unable to push contents to buckets. This may be related to custom certs / CAs.

Relates to #143 and #122

@jacobbmay
Copy link
Collaborator

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:

    skip_credentials_validation = true
    skip_region_validation      = true
    skip_requesting_account_id  = true
    skip_metadata_api_check     = true
    skip_s3_checksum            = true

@JoeHCQ1 JoeHCQ1 changed the title Add custom CA to velero bug: Velero unable to push contents to Nutanix S3 buckets Oct 1, 2024
@JoeHCQ1 JoeHCQ1 added the bug Something isn't working label Oct 1, 2024
@JoeHCQ1
Copy link
Contributor

JoeHCQ1 commented Oct 1, 2024

I doubt this will be worked since we need to remove Velero anyway.

@JoeHCQ1 JoeHCQ1 added the wontfix This will not be worked on label Oct 1, 2024
@jacobbmay
Copy link
Collaborator

Velero isn't going anywhere. That is neuvector

@jacobbmay jacobbmay changed the title bug: Velero unable to push contents to Nutanix S3 buckets bug: Velero unable to push contents to Nutanix S3 buckets using TLS Oct 17, 2024
@JoeHCQ1 JoeHCQ1 added top-level Tickets which describe top-level objectives for the roadmap and removed wontfix This will not be worked on labels Nov 1, 2024
@JoeHCQ1
Copy link
Contributor

JoeHCQ1 commented Nov 4, 2024

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.

@JoeHCQ1 JoeHCQ1 added this to the 0.5.4 milestone Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working top-level Tickets which describe top-level objectives for the roadmap
Projects
Status: Todo
Development

No branches or pull requests

3 participants