Skip to content

Commit

Permalink
fix: limit query parameter parsing in auth admin api (#13512)
Browse files Browse the repository at this point in the history
* fix: limit query parameter parsing in auth admin api

* try this

* pr feedback
  • Loading branch information
sobolk authored Jan 3, 2024
1 parent 9034f86 commit 2480681
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 407 deletions.
9 changes: 0 additions & 9 deletions codebuild_specs/e2e_workflow_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
AWS_REGION: us-east-1
CDK_DEFAULT_REGION: us-east-1
CLI_REGION: us-east-1
TEST_SUITE: src/__tests__/auth_2b.test.ts
AMPLIFY_DIR: '$CODEBUILD_SRC_DIR/out'
AMPLIFY_PATH: '$CODEBUILD_SRC_DIR/out/amplify-pkg-linux-x64'

Expand Down Expand Up @@ -102,14 +101,10 @@ batch:
compute-type: BUILD_GENERAL1_LARGE
- identifier: amplify_sudo_install_test
buildspec: codebuild_specs/amplify_sudo_install_test.yml
env:
compute-type: BUILD_GENERAL1_MEDIUM
depend-on:
- upb
- identifier: amplify_install_test
buildspec: codebuild_specs/amplify_install_test.yml
env:
compute-type: BUILD_GENERAL1_MEDIUM
depend-on:
- upb
- identifier: amplify_console_integration_tests
Expand All @@ -120,14 +115,10 @@ batch:
- upb
- identifier: amplify_migration_tests_non_multi_env_layers
buildspec: codebuild_specs/amplify_migration_tests_non_multi_env_layers.yml
env:
compute-type: BUILD_GENERAL1_MEDIUM
depend-on:
- upb
- identifier: amplify_migration_tests_multi_env_layers
buildspec: codebuild_specs/amplify_migration_tests_multi_env_layers.yml
env:
compute-type: BUILD_GENERAL1_MEDIUM
depend-on:
- upb
- identifier: amplify_general_config_tests
Expand Down
Loading

0 comments on commit 2480681

Please sign in to comment.