26.1 Antalya backport of #90825: Add role-based access to Glue catalog#1427
Merged
zvonand merged 3 commits intoantalya-26.1from Mar 2, 2026
Merged
26.1 Antalya backport of #90825: Add role-based access to Glue catalog#1427zvonand merged 3 commits intoantalya-26.1from
zvonand merged 3 commits intoantalya-26.1from
Conversation
Add role-based access to Glue catalog
Member
PR #1427 — Verification ReportSummary of Test Results
None of the observed failures are related to this PR. Manual VerificationThe PR was verified through manual testing using AWS Glue. Test SetupThe AWS user was configured with the following policy only: {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::407099639081:role/glue-reader"
}
]
}The glue-reader role policy was modified during testing (e.g. AmazonS3FullAccess, AmazonGlacierFullAccess, and a custom policy). Important Notes
Regression TestingFull analysis of the regression results is not possible because this PR does not include all Antalya features. Conclusion: PR #1427 was verified. All observed issues are pre-existing or infrastructure-related and are not caused by this change. |
Member
Audit Report: PR #1427Possible defects
if (args.size() == 1)
{
if (table_metadata.hasStorageCredentials())
{
table_metadata.getStorageCredentials()->addCredentialsToEngineArgs(args);
}
else
{
auto credentials = credentials_provider->GetAWSCredentials();
DataLake::S3Credentials(credentials.GetAWSAccessKeyId(), credentials.GetAWSSecretKey(), credentials.GetSessionToken()).addCredentialsToEngineArgs(args);
}
} |
25 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Add role-based access to Glue catalog. Use settings
aws_role_arnand, optionally,aws_role_session_name. (ClickHouse#90825 by @antonio2368)CI/CD Options
Exclude tests:
Regression jobs to run: