Skip to content

feat: gdb support#1184

Open
sophia-bq wants to merge 3 commits intomainfrom
feat/gdb-infrastructure
Open

feat: gdb support#1184
sophia-bq wants to merge 3 commits intomainfrom
feat/gdb-infrastructure

Conversation

@sophia-bq
Copy link
Contributor

Description

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sophia-bq sophia-bq force-pushed the feat/gdb-infrastructure branch from 7fef560 to 7d246ff Compare March 11, 2026 20:04

rds_type = self._rds_utils.identify_rds_type(host)
if rds_type == RdsUrlType.RDS_GLOBAL_WRITER_CLUSTER:
self._region_utils: RegionUtils = GdbRegionUtils()
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to pass a custom credentials provider here, otherwise gdb region utils would try to use local credentials to retrieve region information, instead of using saml to authenticate.

MonitorService.ErrorPopulatingAliases=[MonitorService] An error occurred while populating aliases: '{}'.

GlobalAuroraTopologyUtils.UnsupportedOperationError=[GlobalAuroraTopologyUtils] Aurora global databases does not support this operation {}.
GlobalAuroraTopologyUtils.globalClusterInstanceHostPatternsRequired=[GlobalAuroraTopologyUtils] Parameter 'globalClusterInstanceHostPatterns' is required for Aurora Global Database.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
GlobalAuroraTopologyUtils.globalClusterInstanceHostPatternsRequired=[GlobalAuroraTopologyUtils] Parameter 'globalClusterInstanceHostPatterns' is required for Aurora Global Database.
GlobalAuroraTopologyUtils.globalClusterInstanceHostPatternsRequired=[GlobalAuroraTopologyUtils] Parameter 'global_cluster_instance_host_patterns' is required for Aurora Global Database.

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