adutra commented on PR #461:
URL: https://github.com/apache/polaris/pull/461#issuecomment-2665221448
> @adutra is it correct that after #605 we no longer have the ability to
bootstrap to the default realm like before?
>
> That is, realm always must be specified now?
As of today:
1. If using the in-memory metastore, all realms listed in
`polaris.realm-context.realms` are bootstrapped automatically.
a. The environment variable `POLARIS_BOOTSTRAP_CREDENTIALS` or the system
property `polaris.bootstrap.credentials` can be used to provide root
credentials.
3. If using other metastores, no realm is automatically bootstrapped.
a. To bootstrap realms in this case, the only option right now is to use
the admin tool.
b. With the admin tool, root credentials can be provided as command
arguments, or in a json/yaml file.
--
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]