eric-maynard commented on issue #226:
URL: https://github.com/apache/polaris/issues/226#issuecomment-2327003088

   Can you share more details on how you hit this?
   
   I configured my Polaris to use a local Postgres instance, purge+bootstrapped 
it, and then ran the following without seeing an error:
   
   ```
   ./polaris \
        --access-token 'principal:root;realm:default-realm' \
        catalogs \
        create example_catalog \
        --storage-type file \
        --default-base-location 'file:///tmp/example'
   
   ./polaris \
        --access-token 'principal:root;realm:default-realm' \
        principals \
        create \
        example_user
   
   ./polaris \
        --access-token 'principal:root;realm:default-realm' \
        principal-roles \
        create \
        example_user_role
   
   ./polaris \
        --access-token 'principal:root;realm:default-realm' \
        principal-roles \
        grant \
        --principal example_user \
        example_user_role
   
   ./polaris \
        --access-token 'principal:root;realm:default-realm' \
        principal-roles \
        grant \
        --principal example_user \
        example_user_role
   ```


-- 
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]

Reply via email to