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

fix: limit query parameter parsing in auth admin api #13512

Merged
merged 3 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
sobolk marked this conversation as resolved.
Show resolved Hide resolved
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