Verify oidc token against extended expiration time #77
Annotations
5 errors
cmd/oidc-token-verifier/main.go#L171
cannot use verifier.Verify(ctx, opts.token) (value of type "github.com/kyma-project/test-infra/pkg/oidc".Token) as "github.com/kyma-project/test-infra/pkg/oidc".TokenInterface value in assignment: "github.com/kyma-project/test-infra/pkg/oidc".Token does not implement "github.com/kyma-project/test-infra/pkg/oidc".TokenInterface (method Claims has pointer receiver)
|
cmd/oidc-token-verifier/main.go#L179
cannot use verifierWithoutExpiration.Verify(ctx, opts.token) (value of type "github.com/kyma-project/test-infra/pkg/oidc".Token) as "github.com/kyma-project/test-infra/pkg/oidc".TokenInterface value in assignment: "github.com/kyma-project/test-infra/pkg/oidc".Token does not implement "github.com/kyma-project/test-infra/pkg/oidc".TokenInterface (method Claims has pointer receiver)
|
cmd/oidc-token-verifier/main.go#L191
cannot use token (variable of type "github.com/kyma-project/test-infra/pkg/oidc".TokenInterface) as "github.com/kyma-project/test-infra/pkg/oidc".ClaimsInterface value in argument to tokenProcessor.ValidateClaims: "github.com/kyma-project/test-infra/pkg/oidc".TokenInterface does not implement "github.com/kyma-project/test-infra/pkg/oidc".ClaimsInterface (missing method validateExpectations)
|
cmd/oidc-token-verifier/main.go#L191
cannot use &claims (value of type *"github.com/kyma-project/test-infra/pkg/oidc".Claims) as "github.com/kyma-project/test-infra/pkg/oidc".Token value in argument to tokenProcessor.ValidateClaims
|
|
This job failed
Loading