-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run run_spark_sql.sh #865
Comments
Seems we need to add some additional env to make the fixed token work polaris/regtests/docker-compose.yml Lines 34 to 42 in ee26660
and I am able to create the catalog via token principal:root;realm:default-realm
|
So here is this one which @adutra created (not yet ready for review): https://github.com/apache/polaris/pull/804/files It used the following snippet to pass around token for the test:
|
I'm OK if we decided to go that direction, that means all places with the token |
Hi @MonkeyCanCode @flyrain @HonahX sorry for creating so much confusion here. Here is my long term vision:
Does that make sense? If that's OK with you, let's proceed as follows:
|
+1 on consolidating to default authenticator. With a setting like this, there seems no need to keep the test authenticator around. PoC, demos and quickstart can also use the default authenticator. Let me know If I missed something.
|
This is verified with the current main branch. |
Describe the bug
The fixed token(
principal:root;realm:default-realm
) for regression test doesn't work any more. It worked before the Quarkus migration. cc @jbonofre @adutra @dimas-b @eric-maynardThere are a bunch of places relies on this credential:
polaris/regtests/run_spark_sql.sh
Line 58 in ee26660
All these places relies on this credential will fail.
I'd suggest to restore this.
The text was updated successfully, but these errors were encountered: