kapua icon indicating copy to clipboard operation
kapua copied to clipboard

Results 171 kapua issues
Sort by recently updated
recently updated
newest added

This PR contains JUnit tests for classes in exception package in rest-api/core module: - InternalUserOnlyExceptionMapper class - KapuaAuthenticationExceptionMapper class - KapuaAuthorizationExceptionMapper class - KapuaEntityNotFoundExceptionMapper class - KapuaExceptionMapper class - KapuaIllegalArgumentExceptionMapper...

Stale PR

@Coduz as discussed on our last meeting, I am "reopening" PR #3122. This one contains all the latest changes and it is converted to draft. Latest status is that I...

**Is your feature request related to a problem? Please describe.** It would be nice to give the possibility to login with different providers. The current SSO implementation does not allow...

Enhancement
proposal

**Describe the bug** All the `static final` usages should be removed, since they are impacting with property overriding in tests. Factories, services and locators (which are often assigned to `static...

Bug
proposal

**Describe the bug** The security implementation of the REST API should be revised, since the access token that is generated for the authentication is carrying useless information. Because of this,...

Enhancement
REST API
proposal

**Describe the bug** In `RunJobServiceI9nTest.java` the line `"classpath:features/job/JobTargetServiceI9n.feature"` is not actually referring to an existing file, since the `JobTargetServiceI9n.feature` file does not exist. However, the file `JobTargetsServiceI9n.feature`, with an 's'...

Bug
Test

**Is your feature request related to a problem? Please describe.** The Elasticsearch Embedded Node is being used also in integration tests that are not related to the Datastore. For instance,...

Enhancement
Test

**Describe the bug** The following exception `org.eclipse.kapua.service.elasticsearch.client.exception.ClientInternalError: Internal client error! Error: Error in handling REST timeout handler` is thrown when logging out from the Datastore in Cucumber tests. This does...

Bug
Test

**Is your feature request related to a problem? Please describe.** The dates in cucumber scenarios should be generated in a dynamic way, and not hardcoded. Hardcoded dates have already caused...

Enhancement
Test

**Is your feature request related to a problem? Please describe.** This feature is intended as an improvement for the current OpenID Connect-based Single Sign ON approach. **Describe the solution you'd...

Enhancement