Implement annotations proxy-ssl-client-secret and proxy-ssl-ca-configmap #1919
Annotations
5 errors and 1 warning
lint:
internal/ingress/controller/store/backend_ssl.go#L55
paramTypeCombine: func(key string, resourceKind string, getPermCert func(string) (*ingress.SSLCert, error)) could be replaced with func(key, resourceKind string, getPermCert func(string) (*ingress.SSLCert, error)) (gocritic)
|
lint:
internal/ingress/controller/store/backend_ssl.go#L245
paramTypeCombine: func(resourceName string, resourceKind string, resourceUID string, ca []byte, crl []byte) (*ingress.SSLCert, error) could be replaced with func(resourceName, resourceKind, resourceUID string, ca, crl []byte) (*ingress.SSLCert, error) (gocritic)
|
lint:
internal/ingress/annotations/proxyssl/main.go#L49
G101: Potential hardcoded credentials (gosec)
|
lint:
internal/ingress/controller/store/backend_ssl.go#L166
ineffectual assignment to err (ineffassign)
|
lint
issues found
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|