pkg/env: log MSI data-plane interactions #10833
ci-go.yml
on: pull_request
vendor-check
53s
generate-check
5m 29s
golangci-lint
3m 30s
validate-go
19s
Annotations
14 errors
validate-go:
pkg/env/prod_test.go#L1
group 2: mixed import type
|
validate-go:
test/e2e/setup.go#L1
group 2: mixed import type
|
validate-go:
test/e2e/setup.go#L1
group 3: duplicate group or invalid group ordering
|
validate-go
Process completed with exit code 2.
|
golangci-lint:
pkg/backend/openshiftcluster.go#L22
could not import github.com/Azure/ARO-RP/pkg/cluster (-: # github.com/Azure/ARO-RP/pkg/cluster
|
golangci-lint:
pkg/cluster/clustermsi.go#L54
undefined: ptr
|
golangci-lint:
pkg/cluster/clustermsi.go#L182
undefined: ptr) (typecheck)
|
golangci-lint:
pkg/cluster/acrtoken.go#L1
: # github.com/Azure/ARO-RP/pkg/cluster [github.com/Azure/ARO-RP/pkg/cluster.test]
|
golangci-lint:
pkg/cluster/clustermsi.go#L54
undefined: ptr
|
golangci-lint:
pkg/cluster/clustermsi.go#L182
undefined: ptr
|
golangci-lint:
pkg/cluster/clustermsi_test.go#L45
cannot use &[]dataplane.UserAssignedIdentityCredentials{…} (value of type *[]"github.com/Azure/msi-dataplane/pkg/dataplane/internal/client".UserAssignedIdentityCredentials) as []*"github.com/Azure/msi-dataplane/pkg/dataplane/internal/client".UserAssignedIdentityCredentials value in struct literal
|
golangci-lint:
pkg/cluster/clustermsi_test.go#L47
unknown field ClientId in struct literal of type struct{AuthenticationEndpoint *string; CannotRenewAfter *string; ClientID *string; ClientSecret *string; ClientSecretURL *string; CustomClaims *"github.com/Azure/msi-dataplane/pkg/dataplane/internal/client".CustomClaims; MtlsAuthenticationEndpoint *string; NotAfter *string; NotBefore *string; ObjectID *string; RenewAfter *string; ResourceID *string; TenantID *string}
|
golangci-lint:
pkg/cluster/clustermsi_test.go#L49
unknown field TenantId in struct literal of type struct{AuthenticationEndpoint *string; CannotRenewAfter *string; ClientID *string; ClientSecret *string; ClientSecretURL *string; CustomClaims *"github.com/Azure/msi-dataplane/pkg/dataplane/internal/client".CustomClaims; MtlsAuthenticationEndpoint *string; NotAfter *string; NotBefore *string; ObjectID *string; RenewAfter *string; ResourceID *string; TenantID *string}
|
golangci-lint:
pkg/cluster/clustermsi_test.go#L50
unknown field ResourceId in struct literal of type struct{AuthenticationEndpoint *string; CannotRenewAfter *string; ClientID *string; ClientSecret *string; ClientSecretURL *string; CustomClaims *"github.com/Azure/msi-dataplane/pkg/dataplane/internal/client".CustomClaims; MtlsAuthenticationEndpoint *string; NotAfter *string; NotBefore *string; ObjectID *string; RenewAfter *string; ResourceID *string; TenantID *string}
|