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
Describe the bug
When using the kubernetes admission controller module a config.yml secret is created based on inputs. The inputs include bool values get converted to strings during deployment. As a result the proxy-scanner deployment fails to start complaining about casting string value as bool.
Describe the bug
When using the kubernetes admission controller module a config.yml secret is created based on inputs. The inputs include bool values get converted to strings during deployment. As a result the proxy-scanner deployment fails to start complaining about casting string value as bool.
Module setup:
Error message from the failing pod:
Checking the values set in the lacework-proxy-scanner secret
config.yml
looks like this:Pod starts if I update the config to the following:
Expected behavior
Bool values for
registries
in module input should continue to be bool and not converted to string when set in the config.yml secret.Versions:
The text was updated successfully, but these errors were encountered: