flyrain commented on issue #1692:
URL: https://github.com/apache/polaris/issues/1692#issuecomment-2914974391

   It's likely a redacted string instead of a real secret provided when 
`engineer_principal.credentials.client_secret` is called, which causes the 
authentication failure. A plain text secret input here works well.
   ```
     # specify the client_id:client_secret pair
     .config("spark.sql.catalog.polaris.credential", 
f"{engineer_principal.credentials.client_id}:{engineer_principal.credentials.client_secret}")
   ```


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