Arvinth-Sugumar-IFS commented on issue #13009:
URL: https://github.com/apache/iceberg/issues/13009#issuecomment-3199086868
"iceberg.catalog.uri": "http://polaris:8181/api/catalog/",
"iceberg.catalog.warehouse": "polariscatalog",
"iceberg.catalog.type": "rest",
"iceberg.catalog.credential": "username:password",
"iceberg.catalog.grant_type": "client_credentials",
"iceberg.catalog.scope": "PRINCIPAL_ROLE:ALL",
"iceberg.catalog.client-id": "username", # quite sure you don't need
this
"iceberg.catalog.client-secret": "password", # quite sure you don't
need this
"oauth2-server-uri": "http://polaris:8181/api/catalog/v1/oauth/tokens",
"rest.auth.type": "oauth2",
These configurations seem to work for me.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]