Skip to content

Commit

Permalink
Adding Python EKS E2E log test for data base user attribute (#175)
Browse files Browse the repository at this point in the history
Adding Python E2E EKS log, metric and trace test for data base user
attribute.

E2E test workflow for us-east-1:
https://github.com/ektabj/aws-application-signals-test-framework/actions/runs/10423109460/job/28869100025
  • Loading branch information
ektabj authored Aug 16, 2024
1 parent 4f48bd0 commit 5114654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ jobs:
--service-name python-application-${{ env.TESTING_ID }}
--remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
--remote-resource-identifier "information_schema|${{env.RDS_MYSQL_CLUSTER_ENDPOINT}}|3306"
--remote-db-user ${{ env.RDS_MYSQL_CLUSTER_SECRETS_USERNAME }}
--query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}
--rollup'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"RemoteService": "mysql",
"RemoteOperation": "SELECT",
"RemoteResourceType": "DB::Connection",
"RemoteResourceIdentifier": "^{{remoteResourceIdentifier}}$"
"RemoteResourceIdentifier": "^{{remoteResourceIdentifier}}$",
"RemoteDbUser": "^{{remoteDbUser}}$"
}]

0 comments on commit 5114654

Please sign in to comment.