feat(gRPC): Implement m-TLS Support using self-signed certificate #3079
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L37
type TlsCredentialManager should be TLSCredentialManager
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L19
type TlsConfig should be TLSConfig
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L28
don't use underscores in Go names; const KubeArmor_ORG should be KubeArmorORG
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L41
func NewTlsCredentialManager should be NewTLSCredentialManager
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L74
method CreateTlsClientCredentials should be CreateTLSClientCredentials
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L29
don't use underscores in Go names; const KubeArmor_CN should be KubeArmorCN
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L5
package comment is detached; there should be no blank lines between it and the package statement
|
Run Revive Action on KubeArmor:
KubeArmor/cert/tls.go#L88
method CreateTlsServerCredentials should be CreateTLSServerCredentials
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L29
exported const KubeArmor_CN should have comment (or a comment on this block) or be unexported
|
Run Revive Action on KubeArmor:
KubeArmor/cert/cert.go#L27
comment on exported const KubeArmor_ORG should be of the form "KubeArmor_ORG ..."
|
The logs for this run have expired and are no longer available.
Loading