Skip to content
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

Use role SYSADMIN for testing #907

Merged
merged 4 commits into from
Nov 20, 2024
Merged

Conversation

sfc-gh-alhuang
Copy link
Contributor

The original testing profile use ACCOUNTADMIN, change it to SYSADMIN.

@sfc-gh-alhuang sfc-gh-alhuang requested review from sfc-gh-tzhang and a team as code owners November 15, 2024 00:05
@@ -302,6 +302,7 @@ public static Connection getConnection(boolean isStreamingConnection) throws Exc
props.put("warehouse", warehouse);
props.put("client_session_keep_alive", "true");
props.put("privateKey", privateKey);
props.put("role", role);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm guessing you've updated the role in the files to be SYSADMIN too..
Did that not require any special permissions in any environment, for instance to grant usage on EXT VOL to role SYSADMIN?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I've grantde permission on those sfctest0 accounts.

@sfc-gh-alhuang sfc-gh-alhuang merged commit e853ccb into master Nov 20, 2024
49 checks passed
@sfc-gh-alhuang sfc-gh-alhuang deleted the alhuang-merge-gate-sysadmin branch November 20, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants