Support APIKey authentication #1314
Annotations
10 errors
Lint Code:
internal/configs/version2/http.go#L141
exported: exported type APIKey should have comment or be unexported (revive)
|
Lint Code:
internal/configs/version2/http.go#L149
exported: exported type Client should have comment or be unexported (revive)
|
Lint Code:
pkg/apis/configuration/v1/types.go#L681
exported: exported type APIKey should have comment or be unexported (revive)
|
Lint Code:
pkg/apis/configuration/v1/types.go#L687
exported: exported type SuppliedIn should have comment or be unexported (revive)
|
Lint Code:
pkg/apis/configuration/v1/types.go#L692
exported: exported type RejectCodes should have comment or be unexported (revive)
|
Lint Code:
pkg/apis/configuration/v1/types.go#L697
exported: exported type Client should have comment or be unexported (revive)
|
Lint Code:
internal/k8s/secrets/validation.go#L112
exported: exported function ValidateAPIKeySecret should have comment or be unexported (revive)
|
Lint Code:
internal/configs/virtualserver.go#L1352
var-naming: don't use underscores in Go names; var default_parameter should be defaultParameter (revive)
|
Lint Code:
internal/configs/virtualserver.go#L1342
unnecessary conversion (unconvert)
|
Lint Code
issues found
|
Loading