flyrain commented on code in PR #804:
URL: https://github.com/apache/polaris/pull/804#discussion_r1929253198
##########
regtests/t_spark_sql/src/spark_sql_s3_cross_region.sh:
##########
@@ -24,7 +24,7 @@ if [ -z "$AWS_CROSS_REGION_TEST_ENABLED" ] || [
"$AWS_CROSS_REGION_TEST_ENABLED"
exit 0
fi
-SPARK_BEARER_TOKEN="${REGTEST_ROOT_BEARER_TOKEN:-principal:root;realm:realm1}"
+SPARK_BEARER_TOKEN="${REGTEST_ROOT_BEARER_TOKEN:-principal:root;realm:POLARIS}"
Review Comment:
Do we need to keep `-principal:root;realm:POLARIS` as token will be fetched
by `run.sh`? Given the direction that we want to to is to use the default
authenticator always for reggresstion test, I think we should remove them to
avoid confusion.
--
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]