eric-maynard opened a new pull request, #461: URL: https://github.com/apache/polaris/pull/461
# Description This adds a new flag, `BOOTSTRAP_PRINT_CREDENTIALS`, that controls whether the bootstrap command prints root credentials to stdout. If it's disabled, and environment variables were not provided to set the root credentials, bootstrapping will fail. Fixes #450 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Documentation update - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update # How Has This Been Tested? Credentials are now printed during bootstrap when it's enabled: ``` realm: default-realm root principal credentials: 2b98107557bcce20:f74281319ac8519ef30cbced6563223b ``` -- 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]
