You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered the same issue after updating the provider to v1.0.0. This seems to be caused by a breaking change to controller-runtime, see kubernetes-sigs/controller-runtime#2622. To fix this it seems we should pass a no-op logger explicitly.
@oliver-hofmann-cistec-com by updating the DeploymentRuntimeConfig to pass the --debug flag I can get relevant log output (such as error messages returned by the Vault API) .
However, as mentioned by the code comment this produces extremely verbose output by controller-runtime. It would be nice to have an in-between option where we get errors messages returned by terraform without the rest of the debug information.
What happened?
errors in logs
The text was updated successfully, but these errors were encountered: