Skip to content

Commit

Permalink
PROD-2654 - MySQL on RDS as a detection/discovery source (#5275)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin authored and Kelsey-Ethyca committed Oct 7, 2024
1 parent 458bdc1 commit b622b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RDSMySQLSchema(BaseAWSSchema):
Schema to validate the secrets needed to connect to a RDS MySQL Database
"""

db_username: str = Field(
db_sername: str = Field(
default="fides_service_user",
title="Username",
description="The user account used to authenticate and access the databases.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ def test_get_connection_secret_schema_rds(
"title": "Region",
"type": "string",
},
"db_username": {
"db_sername": {
"default": "fides_service_user",
"description": "The user account used to "
"authenticate and access the "
Expand Down

0 comments on commit b622b17

Please sign in to comment.