eric-maynard commented on PR #422:
URL: https://github.com/apache/polaris/pull/422#issuecomment-2457902111

   @adutra 
   > I wonder what options end users currently have for bootstrapping, though 🤔 
How will a user be able to discover a generated root credential? (Apologies if 
I missed this in somewhere in docs).
   
   So if you're just doing testing like this PR would address, you can just use 
passwordless auth. You normally don't need the root credentials.
   
   However if you're asking more generally how to retrieve the root credentials 
it is metastore-dependent. Ideally your metastore is set up with your auth 
provider and allows you to do something nice like set/retrieve the credentials 
using SSO. Or perhaps they are exposed through some API which is already 
secured. But in the simplest case where you're just using a postgres metastore, 
you can retrieve them through something like:
   ```
   SELECT principalclientid, mainsecret FROM principal_secrets;
   ```


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