René's URL Explorer Experiment


Title: Compatible S3 backup doesn't have a vaild SHA · Issue #17783 · stackrox/stackrox · GitHub

Open Graph Title: Compatible S3 backup doesn't have a vaild SHA · Issue #17783 · stackrox/stackrox

X Title: Compatible S3 backup doesn't have a vaild SHA · Issue #17783 · stackrox/stackrox

Description: When trying to store the backups on an Netapp using compatible s3 we get the following error InvalidArgument; message: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYLOAD or a valid sha256 value. Log output ...

Open Graph Description: When trying to store the backups on an Netapp using compatible s3 we get the following error InvalidArgument; message: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYL...

X Description: When trying to store the backups on an Netapp using compatible s3 we get the following error InvalidArgument; message: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYL...

Opengraph URL: https://github.com/stackrox/stackrox/issues/17783

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Compatible S3 backup doesn't have a vaild SHA","articleBody":"When trying to store the backups on an Netapp using compatible s3 we get the following error\n\n`InvalidArgument; message: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYLOAD or a valid sha256 value.`\n\nLog output\n\n```\nexternalbackups/plugins/s3/common: 2025/11/12 12:00:00.000329 s3common.go:165: Info: Starting S3 compatible backup\npg_dump: last built-in OID is 16383\npg_dump: reading extensions\npg_dump: identifying extension members\npg_dump: reading schemas\npg_dump: reading user-defined tables\npg_dump: reading user-defined functions\npg_dump: reading user-defined types\npg_dump: reading procedural languages\npg_dump: reading user-defined aggregate functions\npg_dump: reading user-defined operators\npg_dump: reading user-defined access methods\npg_dump: reading user-defined operator classes\npg_dump: reading user-defined operator families\npg_dump: reading user-defined text search parsers\npg_dump: reading user-defined text search templates\npg_dump: reading user-defined text search dictionaries\npg_dump: reading user-defined text search configurations\npg_dump: reading user-defined foreign-data wrappers\npg_dump: reading user-defined foreign servers\npg_dump: reading default privileges\npg_dump: reading user-defined collations\npg_dump: reading user-defined conversions\npg_dump: reading type casts\npg_dump: reading transforms\npg_dump: reading table inheritance information\npg_dump: reading event triggers\npg_dump: finding extension tables\npg_dump: finding inheritance relationships\npg_dump: reading column info for interesting tables\npg_dump: finding table default expressions\npg_dump: flagging inherited columns in subtables\npg_dump: reading partitioning data\npg_dump: reading indexes\npg_dump: flagging indexes in partitioned tables\npg_dump: reading extended statistics\npg_dump: reading constraints\npg_dump: reading triggers\npg_dump: reading rewrite rules\npg_dump: reading policies\npg_dump: reading row-level security policies\npg_dump: reading publications\npg_dump: reading publication membership of tables\npg_dump: reading publication membership of schemas\npg_dump: reading subscriptions\npg_dump: reading large objects\npg_dump: reading dependency data\npg_dump: saving encoding = UTF8\npg_dump: saving standard_conforming_strings = on\npg_dump: saving search_path = \npg_dump: saving database definition\npg_dump: dumping contents of table \"public.active_components\"\npg_dump: dumping contents of table \"public.active_components_active_contexts_slices\"\npg_dump: dumping contents of table \"public.administration_events\"\npg_dump: dumping contents of table \"public.alerts\"\nexternalbackups/plugins/s3/common: 2025/11/12 12:00:03.581102 s3common.go:221: Error: S3 compatible backup: creating backup in bucket \"eng-mgmt-acs\" with key \"backup_2025-11-12T12:00:00.zip\" (code: InvalidArgument; message: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYLOAD or a valid sha256 value.) {\"backup\": \"S3-Backup\", \"error\": \"upload multipart failed, upload id: MjE1MDMwMTY0NV8xMzU5XzEyMTY4N18yNjgwMjQ4NTc0, cause: operation error S3: UploadPart, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidArgument: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYLOAD or a valid sha256 value.\", \"err_code\": \"s3compatible\", \"bucket\": \"eng-mgmt-acs\"}\nexternalbackups/scheduler: 2025/11/12 12:00:03.581334 schedule.go:108: Error: failed to send backup to *s3common.s3Common: S3 compatible backup: creating backup in bucket \"eng-mgmt-acs\" with key \"backup_2025-11-12T12:00:00.zip\" (code: InvalidArgument; message: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYLOAD or a valid sha256 value.)\npkg/postgres/pgadmin: 2025/11/12 12:00:03.583388 postgres_command_utils.go:26: Error: Failure executing \"/usr/bin/pg_dump -d central_active -Fc -v -U postgres -h central-db.stackrox.svc -p 5432\" with signal: broken pipe\nexternalbackups/scheduler: 2025/11/12 12:00:03.599690 schedule.go:55: Error: Failed to write backup to io.writer: backing up postgres: unable to write postgres.dump to zip: signal: broken pipe\n```\n\nWe are deploying using the operator on an Openshift cluster, and have set the addtional env vars to attempt to force the generation of the sha.\n\nOpenshift RHACS Deployment resource\n\n```\n---\napiVersion: platform.stackrox.io/v1alpha1\nkind: Central\nmetadata:\n  name: stackrox-central-services\n  namespace: stackrox\nspec:\n  customize:\n    envVars:\n      - name: AWS_REQUEST_CHECKSUM_CALCULATION\n        value: WHEN_REQUIRED\n      - name: AWS_RESPONSE_CHECKSUM_VALIDATION\n        value: WHEN_REQUIRED\n  central:\n    db:\n      connectionPoolSize:\n        maxConnections: 90\n        minConnections: 10\n      isEnabled: Default\n      persistence:\n        persistentVolumeClaim:\n          claimName: central-db\n    exposure:\n      loadBalancer:\n        enabled: false\n        port: 443\n      nodePort:\n        enabled: false\n      route:\n        enabled: true\n    notifierSecretsEncryption:\n      enabled: false\n    defaultTLSSecret:\n      name: central-stackrox      \n    persistence:\n      persistentVolumeClaim:\n        claimName: stackrox-db\n    telemetry:\n      enabled: false\n  configAsCode:\n    configAsCodeComponent: Enabled\n  egress:\n    connectivityPolicy: Online\n  monitoring:\n    openshift:\n      enabled: true\n  network:\n    policies: Enabled\n  scanner:\n    analyzer:\n      scaling:\n        autoScaling: Enabled\n        maxReplicas: 5\n        minReplicas: 2\n        replicas: 3\n  scannerV4:\n    db:\n      persistence:\n        persistentVolumeClaim:\n          claimName: scanner-v4-db\n    indexer:\n      scaling:\n        autoScaling: Enabled\n        maxReplicas: 5\n        minReplicas: 2\n        replicas: 3\n    matcher:\n      scaling:\n        autoScaling: Enabled\n        maxReplicas: 5\n        minReplicas: 2\n        replicas: 3\n    scannerComponent: Default\n```","author":{"url":"https://github.com/budgester","@type":"Person","name":"budgester"},"datePublished":"2025-11-12T12:49:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/17783/stackrox/issues/17783"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f8e6296e-275a-4ae1-5a6d-f4265620c8e5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA7E0:2D4BED:F46AEE:155376B:6980E300
html-safe-nonce5a1abe88fa996e41075bce7febb47c1be897f296e9896d758e27ce85e7ca2d28
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBN0UwOjJENEJFRDpGNDZBRUU6MTU1Mzc2Qjo2OTgwRTMwMCIsInZpc2l0b3JfaWQiOiI2Mjc2MDgxMjM0MzI2MTE5MTY4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacfee0229752f15c7102e7f3a5d1b2fa6cccfd90b391969ef99b95c0e4bb9e24db
hovercard-subject-tagissue:3616416521
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/stackrox/stackrox/17783/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f792fab05cdea0504e48bb7b4e8736e2cccfee6dd497f379ec6dea3cf76ed43c/stackrox/stackrox/issues/17783
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f792fab05cdea0504e48bb7b4e8736e2cccfee6dd497f379ec6dea3cf76ed43c/stackrox/stackrox/issues/17783
og:image:altWhen trying to store the backups on an Netapp using compatible s3 we get the following error InvalidArgument; message: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYL...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebudgester
hostnamegithub.com
expected-hostnamegithub.com
Noneb864989388d67f9bb4a2fb1dfeb2688346a5dd326651e2e650691e71c007c0dc
turbo-cache-controlno-preview
go-importgithub.com/stackrox/stackrox git https://github.com/stackrox/stackrox.git
octolytics-dimension-user_id40638982
octolytics-dimension-user_loginstackrox
octolytics-dimension-repository_id434017296
octolytics-dimension-repository_nwostackrox/stackrox
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id434017296
octolytics-dimension-repository_network_root_nwostackrox/stackrox
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6e7fa5832324cc3e9b6caeffeb9a35c96eb93ab5
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/stackrox/stackrox/issues/17783#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstackrox%2Fstackrox%2Fissues%2F17783
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstackrox%2Fstackrox%2Fissues%2F17783
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=stackrox%2Fstackrox
Reloadhttps://patch-diff.githubusercontent.com/stackrox/stackrox/issues/17783
Reloadhttps://patch-diff.githubusercontent.com/stackrox/stackrox/issues/17783
Reloadhttps://patch-diff.githubusercontent.com/stackrox/stackrox/issues/17783
stackrox https://patch-diff.githubusercontent.com/stackrox
stackroxhttps://patch-diff.githubusercontent.com/stackrox/stackrox
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fstackrox%2Fstackrox
Fork 172 https://patch-diff.githubusercontent.com/login?return_to=%2Fstackrox%2Fstackrox
Star 1.3k https://patch-diff.githubusercontent.com/login?return_to=%2Fstackrox%2Fstackrox
Code https://patch-diff.githubusercontent.com/stackrox/stackrox
Issues 50 https://patch-diff.githubusercontent.com/stackrox/stackrox/issues
Pull requests 379 https://patch-diff.githubusercontent.com/stackrox/stackrox/pulls
Actions https://patch-diff.githubusercontent.com/stackrox/stackrox/actions
Security 0 https://patch-diff.githubusercontent.com/stackrox/stackrox/security
Insights https://patch-diff.githubusercontent.com/stackrox/stackrox/pulse
Code https://patch-diff.githubusercontent.com/stackrox/stackrox
Issues https://patch-diff.githubusercontent.com/stackrox/stackrox/issues
Pull requests https://patch-diff.githubusercontent.com/stackrox/stackrox/pulls
Actions https://patch-diff.githubusercontent.com/stackrox/stackrox/actions
Security https://patch-diff.githubusercontent.com/stackrox/stackrox/security
Insights https://patch-diff.githubusercontent.com/stackrox/stackrox/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/stackrox/stackrox/issues/17783
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/stackrox/stackrox/issues/17783
Compatible S3 backup doesn't have a vaild SHAhttps://patch-diff.githubusercontent.com/stackrox/stackrox/issues/17783#top
https://patch-diff.githubusercontent.com/stehessel
https://github.com/budgester
https://github.com/budgester
budgesterhttps://github.com/budgester
on Nov 12, 2025https://github.com/stackrox/stackrox/issues/17783#issue-3616416521
stehesselhttps://patch-diff.githubusercontent.com/stehessel
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.