MissaouiAhmed opened a new issue, #2539:
URL: https://github.com/apache/polaris/issues/2539
### Describe the bug
I am facing an issue.
I started by deploying the getting-started Minio sample.
git clone https://github.com/apache/polaris.git ~/polaris
cd polaris
docker compose -f getting-started/minio/docker-compose.yml up
No catalog is created. The create catalog (quickstart_catalog) returns this
error
POST /api/management/v1/catalogs HTTP/1.1
Host: polaris:8181
User-Agent: curl/8.14.1
Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Accept: application/json
Content-Type: application/json
Polaris-Realm: POLARIS
Content-Length: 331
=> Send data, 331 bytes (0x14b)
{. "catalog": {. "name": "quickstart_catalog",. "type" :
"INTERNAL",. "readOnly": false,. "properties":
{."default-base-location": "s3://bucket123". },. "storageConfigInfo":
{"storageType":"S3","endpoint":"http://localhost:9000","endpointInternal":"http://minio:9000","pathStyleAccess":true}.
}. }
15:00:28.289907 [0-0] == Info: upload completely sent off: 331 bytes
15:00:28.400732 [0-0] <= Recv header, 26 bytes (0x1a)
0000: HTTP/1.1 400 Bad Request
Any help to fix it and create the quickstart_catalog catalog
### To Reproduce
_No response_
### Actual Behavior
_No response_
### Expected Behavior
_No response_
### Additional context
_No response_
### System information
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]