26.1 Antalya backport of #90825: Add role-based access to Glue catalog#1427
26.1 Antalya backport of #90825: Add role-based access to Glue catalog#1427zvonand merged 3 commits intoantalya-26.1from
Conversation
Add role-based access to Glue catalog
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 TestingRegression run: Full 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. |
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 @antonio2368CI/CD Options
Exclude tests:
Regression jobs to run: