Skip to content

threatintel-vuln-v5-2024-10-06_01-30-02

Latest
Compare
Choose a tag to compare
@deepfence-team deepfence-team released this 06 Oct 01:34
329a590
Enforce DEEPFENCE_FILE_SERVER_PORT to be a string (#2331)

ConfigMap in version "v1" cannot be handled as a ConfigMap: json: cannot unmarshal number into Go struct field ConfigMap.data of type string

due to the template not quoting the port for an external S3 instance, the configmap will not be able to be applied

add quoting to the value for the port