dimas-b commented on code in PR #3591:
URL: https://github.com/apache/polaris/pull/3591#discussion_r2743287897
##########
getting-started/ozone/README.md:
##########
@@ -48,6 +48,7 @@ bin/spark-sql \
--conf spark.sql.catalog.polaris.token-refresh-enabled=false \
--conf spark.sql.catalog.polaris.warehouse=quickstart_catalog \
--conf spark.sql.catalog.polaris.scope=PRINCIPAL_ROLE:ALL \
+ --conf spark.sql.catalog.polaris.header.X-Iceberg-Access-Delegation="" \
Review Comment:
> static credentials passed to a client (Spark SQL shell in this case) [...]
My original example relied on local `AWS_*` env. variable, but I guess it
was not very clear about that aspect, which prompted a fix by @MonkeyCanCode .
I'm personally fine with exposing example passwords in Spak session config
since they are so obviously not meant for reuse and are exposed in the
docker-compose files anyway.
That said, it should be possible to go back to `AWS_*` env. vars.
--
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]