CSS-7081 Add OAuth-specific methods to secrets store #1555
Annotations
10 errors and 1 warning
Build and Test:
internal/jimm/user.go#L64
method JIMM.GetOpenFGAUserAndAuthorise already declared at internal/jimm/user.go:16:16
|
Build and Test:
internal/jimm/user.go#L64
method JIMM.GetOpenFGAUserAndAuthorise already declared at internal/jimm/user.go:16:16
|
Build and Test:
internal/jimm/user.go#L64
method JIMM.GetOpenFGAUserAndAuthorise already declared at internal/jimm/user.go:16:16
|
Build and Test:
internal/jimm/credentials/cache_test.go#L24
cannot use store (variable of type *MockCredentialStore) as CredentialStore value in argument to NewCachedCredentialStore: *MockCredentialStore does not implement CredentialStore (wrong type for method Get)
|
Build and Test:
internal/jimm/credentials/cache_test.go#L57
cannot use store (variable of type *MockCredentialStore) as CredentialStore value in argument to NewCachedCredentialStore: *MockCredentialStore does not implement CredentialStore (wrong type for method Get)
|
Build and Test:
internal/jimm/credentials/cache_test.go#L92
cannot use store (variable of type *MockCredentialStore) as CredentialStore value in argument to NewCachedCredentialStore: *MockCredentialStore does not implement CredentialStore (wrong type for method Get)
|
Build and Test:
internal/jimm/credentials/cache_test.go#L123
cannot use store (variable of type *MockCredentialStore) as CredentialStore value in argument to NewCachedCredentialStore: *MockCredentialStore does not implement CredentialStore (wrong type for method Get)
|
Build and Test:
internal/jimm/credentials/cache_test.go#L157
cannot use store (variable of type *MockCredentialStore) as CredentialStore value in argument to NewCachedCredentialStore: *MockCredentialStore does not implement CredentialStore (wrong type for method Get)
|
Build and Test:
internal/jimm/credentials/cache_test.go#L191
cannot use store (variable of type *MockCredentialStore) as CredentialStore value in argument to NewCachedCredentialStore: *MockCredentialStore does not implement CredentialStore (wrong type for method Get)
|
Build and Test:
internal/jimm/credentials/cache_test.go#L222
cannot use store (variable of type *MockCredentialStore) as CredentialStore value in argument to NewCachedCredentialStore: *MockCredentialStore does not implement CredentialStore (wrong type for method Get)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading