Skip to content

bug: nil pointer if backedtls.minVersion is set but backedtls.maxVersion is not #3834

@guydc

Description

@guydc

Description:
nil pointer if backedtls.minVersion is set but backedtls.maxVersion is not:

if envoyProxy.Spec.BackendTLS.MinVersion != nil {
tlsBundle.MaxVersion = ptr.To(ir.TLSVersion(*envoyProxy.Spec.BackendTLS.MaxVersion))

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions