Jose Carvajal
Jose Carvajal
@jpechane I was waiting for https://github.com/debezium/debezium-server/pull/141 to be merged to update https://github.com/debezium/debezium-server/pull/140 with these changes, but both pull requests were merged. So, this is a new PR to only add...
> Can you clarify -- is the token in the file named `config.yaml` or in the file named `env`? > > It should be in the file named `env`, for...
> Yes, you can run `bonfire --debug ` to get much more detailed log output. > > It's true, I am able to reach `https://raw.githubusercontent.com/RedHatInsights/curiosity-frontend/04c796e27790839aafbad7da44e402843a9407f8/deploy/frontend.yaml` even from an un-authenticated browser,...
Adding more logs: ``` 2025-01-07 07:43:27 [ INFO] [ MainThread] local configuration found for apps: ['my_custom_app'] 2025-01-07 07:43:27 [ INFO] [ MainThread] diff in apps config after merging local config...
If I copy the `frontend.yaml` file to the local folder to move forward, then it randomly fails starting a new HTTPS connection in any of the components to be installed:...
Using bonfire version: 6.0.1 works fine, so I guess there is a regression using the latest binaries. Issue updated.
> bonfire deploy rhsm --no-remove-resources app:rhsm It was in the issue description: "bonfire deploy rhsm --no-remove-resources app:rhsm". Repo: https://github.com/RedHatInsights/rhsm-subscriptions
It started happening to me again with 6.0.1... ``` ❯ python --version Python 3.13.1 ❯ bonfire version bonfire version 6.0.1 ❯ python -c 'import ssl; print(ssl.OPENSSL_VERSION)' OpenSSL 3.2.2 4 Jun...
By the way, doing: ``` git config --global http.proxy "" git config --global --unset http.proxy git config --global --unset https.proxy ``` Seems to help
For some reason, yes. This issue has not been happening for a while, so I'm closing the ticket.