We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current Noobaa response when header missing location
**STS** naveenpaul:~$ curl https://localhost:7443 --http1.0 -H 'Host:' -v --insecure < HTTP/1.1 500 Internal Server Error < Server: NooBaa/5.18.0 < x-amz-request-id: m4wi292f-ad0mr5-16lv < x-amz-id-2: m4wi292f-ad0mr5-16lv <?xml version="1.0" encoding="UTF-8"?><Error><Code>InternalFailure</Code><Message>The request processing has failed because of an unknown error, exception or failure.</Message><Resource>/</Resource><RequestId>m4wi292f-ad0mr5-16lv</Request **IAM** curl https://localhost:7446 --http1.0 -H 'Host:' -v --insecure < HTTP/1.1 400 Bad Request < Server: NooBaa/5.18.0 < x-amz-request-id: m4wi116n-ch3045-k0o < x-amz-id-2: m4wi116n-ch3045-k0o < Content-Type: text/xml < Content-Length: 268 <?xml version="1.0" encoding="UTF-8"?><ErrorResponse><Error><Type>Sender</Type><Code>InvalidParameterValue</Code><Message>An invalid or out-of-range value was supplied for the input parameter.</Message></Error><RequestId>m4wi116n-ch3045-k
**STS** curl https://sts.us-east-2.amazonaws.com --http1.1 -H 'Host:' -v < HTTP/1.1 400 Bad Request < Content-Length: 0 < Date: Fri, 20 Dec 2024 08:36:07 GMT < Connection: close **IAM** curl https://iam.amazonaws.com --http1.1 -H 'Host:' -v < HTTP/1.1 400 Bad Request < Content-Length: 0 < Date: Fri, 20 Dec 2024 08:38:30 GMT < Connection: close
node src/cmd/nsfs --https_port_sts 7443 --https_port_iam 7446
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment info
Actual behavior
Current Noobaa response when header missing location
Expected behavior
AWS error response
Steps to reproduce
node src/cmd/nsfs --https_port_sts 7443 --https_port_iam 7446
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: