alborotogarcia opened a new issue, #1450: URL: https://github.com/apache/polaris/issues/1450
### Describe the bug Hi, I cannot create a Catalog with GCS storage type, I have successfully setup and boostrapped Polaris on GKE, First, used Polaris API to fetch BEARER_TOKEN <img width="553" alt="Image" src="https://github.com/user-attachments/assets/877f3f18-2496-4b47-bb2c-9adcc1644529" /> <img width="720" alt="Image" src="https://github.com/user-attachments/assets/86b0106e-8939-47f6-baa2-c03d202b6ffe" /> Finally I am not able to create the Catalog via API and cli: <img width="715" alt="Image" src="https://github.com/user-attachments/assets/4f91a494-5ef7-4b6c-85ce-ef54d7d743cf" /> ./polaris --host polaris --port 8181 --access-token $BEARER_TOKEN catalogs create --storage-type GCS --default-base-location gs://polaris/catalog/ --allowed-location gs://polaris/catalog/ --service-account /etc/gcp/google_credentials.json quickstart_catalog ### To Reproduce 1. Build polaris and polaris-mgmt images with postgres ./gradlew \ :polaris-quarkus-server:assemble \ :polaris-quarkus-server:quarkusAppPartsBuild --rerun \ :polaris-quarkus-admin:assemble \ :polaris-quarkus-admin:quarkusAppPartsBuild --rerun \ -PeclipseLinkDeps=org.postgresql:postgresql:42.7.5 \ -Dquarkus.container-image.tag=postgres-latest \ -Dquarkus.container-image.build=true 2. Push containers to a registry 3. Mount gcp service account at /etc/gcp/google_credentials.json 4. Setup polaris config and Deploy bootstrap and polaris server images ### 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: issues-unsubscr...@polaris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org