feat: make id_token mutator cache configurable #746
Annotations
10 errors and 2 warnings
Run golangci-lint:
pipeline/mutate/mutator.go#L1
: # github.com/ory/oathkeeper/pipeline/mutate
|
Run golangci-lint:
pipeline/mutate/mutator_id_token.go#L221
cannot use func(value interface{}) int64 {…} (value of type func(value interface{}) int64) as func(value *idTokenCacheContainer) int64 value in struct literal (typecheck)
|
Run golangci-lint:
proxy/request_handler.go#L19
could not import github.com/ory/oathkeeper/pipeline/mutate (-: # github.com/ory/oathkeeper/pipeline/mutate
|
Run golangci-lint:
pipeline/mutate/mutator_id_token.go#L221
cannot use func(value interface{}) int64 {…} (value of type func(value interface{}) int64) as func(value *idTokenCacheContainer) int64 value in struct literal) (typecheck)
|
Run golangci-lint:
proxy/request_handler.go#L288
d.r.PipelineMutator undefined (type requestHandlerRegistry has no field or method PipelineMutator) (typecheck)
|
Run golangci-lint:
api/credential.go#L15
could not import github.com/ory/oathkeeper/pipeline/mutate (-: # github.com/ory/oathkeeper/pipeline/mutate
|
Run golangci-lint:
pipeline/mutate/mutator_id_token.go#L221
cannot use func(value interface{}) int64 {…} (value of type func(value interface{}) int64) as func(value *idTokenCacheContainer) int64 value in struct literal) (typecheck)
|
Run golangci-lint:
api/credential.go#L91
h.r.RuleRepository undefined (type credentialHandlerRegistry has no field or method RuleRepository) (typecheck)
|
Run golangci-lint:
api/rule.go#L61
h.r.RuleRepository undefined (type ruleHandlerRegistry has no field or method RuleRepository) (typecheck)
|
Run golangci-lint:
api/rule.go#L93
h.r.RuleRepository undefined (type ruleHandlerRegistry has no field or method RuleRepository) (typecheck)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v3, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading