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

Update RDS aurora app implementation to execute mysql Query from pod #1949

Merged
merged 20 commits into from
Mar 17, 2023

Conversation

akankshakumari393
Copy link
Contributor

Change Overview

Currently, we had assumed that the test RDS instance would be accessible publicly, and we utilized mysql drivers to execute queries in the database. However, this approach would not have been viable if we were dealing with private instances. In order to address this issue, this PR alters the implementation of the RDS application, allowing for queries to be executed using mysql binary from a deployment resource instead.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

… Deployment

Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
@github-actions
Copy link
Contributor

Thanks for submitting this pull request 🎉. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

@infraq infraq added this to In Progress in Kanister Mar 10, 2023
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
…ment

Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
pkg/app/rds_aurora_mysql.go Outdated Show resolved Hide resolved
pkg/app/rds_aurora_mysql.go Outdated Show resolved Hide resolved
pkg/app/rds_aurora_mysql.go Outdated Show resolved Hide resolved
pkg/app/rds_aurora_mysql.go Outdated Show resolved Hide resolved
pkg/app/rds_aurora_mysql.go Outdated Show resolved Hide resolved
pkg/app/rds_aurora_mysql.go Outdated Show resolved Hide resolved
pkg/app/rds_aurora_mysql.go Outdated Show resolved Hide resolved
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Base automatically changed from use_pod_rds_postgres to master March 16, 2023 13:17
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
Copy link
Contributor

@PrasadG193 PrasadG193 left a comment

Choose a reason for hiding this comment

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

LGTM

Kanister automation moved this from In Progress to Reviewer approved Mar 17, 2023
@mergify mergify bot merged commit 24d4559 into master Mar 17, 2023
Kanister automation moved this from Reviewer approved to Done Mar 17, 2023
@mergify mergify bot deleted the use_pod_rds_aurora branch March 17, 2023 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants