dimas-b commented on issue #2552: URL: https://github.com/apache/polaris/issues/2552#issuecomment-3285965942
> PUT /api/management/v1/catalogs/quickstart_catalog/catalog-roles/catalog_admin/grants HTTP/1.1" 401 This means the example script was not able to grant the required extra permissions to the `catalog_admin` role. 401 means it was not able to authenticate, which is very strange. Also... > Cannot create Catalog quickstart_catalog. Catalog already exists or resolution failed This error is also very strange, given that the example stores all Polaris daat in-memory 🤔 I'd _guess_ there may be some other service interfering with the example. Please tear down you docker compose minio env. (`docker compose -f getting-started/minio/docker-compose.yml down`), make sure no other Polaris services are running, and re-try :) -- 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]
