flyrain commented on code in PR #804:
URL: https://github.com/apache/polaris/pull/804#discussion_r1929258941


##########
regtests/t_cli/src/test_cli.py:
##########
@@ -38,7 +38,7 @@ def get_salt(length=8) -> str:
 
 
 def root_cli(*args):
-    return cli('principal:root;realm:default-realm')(*args)
+    return cli(os.getenv('REGTEST_ROOT_BEARER_TOKEN', 
'principal:root;realm:POLARIS'))(*args)

Review Comment:
   Question: Does python regression test also use `run.sh` as I didn't see we 
add the part to fetch token in python scripts?



-- 
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]

Reply via email to