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 compiling container using Secrets #606

Closed
wants to merge 14 commits into from

Conversation

DemigodCode
Copy link
Contributor

If one wants to use secrets as parameters for fastly or cloudflare, the compiling of the container will fail.
After compiling the container the termination event will cause this error cause it's not necessary to have the decrypt key available when compiling the container and the service can't be initialized.

This fix creates the services as lazy services which will not make the options necessary on compile time of the container.

@DemigodCode
Copy link
Contributor Author

@dbu same in 3.x closed 2.x PR, don't know how to rebase it and created this one.

@dbu
Copy link
Contributor

dbu commented Dec 19, 2023

oh sorry. i mixed up FOSHttpCache where i fixed things and FOSHttpCacheBundle 🙈

i fixed the build in #608 and then merged things up to 3.x - can you please rebase on the 3.x branch?.

@DemigodCode
Copy link
Contributor Author

Done

@dbu
Copy link
Contributor

dbu commented Dec 19, 2023

thanks a lot! merged in #609

@dbu dbu closed this Dec 19, 2023
@DemigodCode DemigodCode deleted the 3.x branch January 2, 2024 10:11
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.

None yet

2 participants