rdblue opened a new pull request, #5018: URL: https://github.com/apache/iceberg/pull/5018
The REST catalog has support for access tokens that are used with Bearer authentication. To help protect these access tokens, some deployments may prefer to set them from environment variables. This adds support for resolving REST catalog configuration values using the JVM environment (`System.getenv()`). If a catalog config value is `env:SOME_VAR`, the value will be replaced with the value of the environment variable `SOME_VAR`. If the environment variable is missing, the value will be null. -- 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]
