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 test suite for latest version of Symfony #1771

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

jderusse
Copy link
Member

Since symfony/symfony#58161 the framework bundle tries to resolve new env variables at boot time, and fallbacks, at some points, to the SSMVault EnvVariableLoader. This loader tries to connect to Aws SSM, but it has no credentials configured.

see https://github.com/async-aws/aws/actions/runs/11066455304/job/30747723805

This PR overrides the fwb parameters to avoid to have to load env variables.

/cc @nicolas-grekas

@jderusse jderusse force-pushed the fix-dev-tests branch 2 times, most recently from 2149839 to 989a5ea Compare September 27, 2024 10:25
@jderusse jderusse merged commit 62d2675 into async-aws:master Oct 3, 2024
16 checks passed
@jderusse jderusse deleted the fix-dev-tests branch October 3, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant