kapua
kapua copied to clipboard
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...
@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...
**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...
**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,...
**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'...
**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,...
**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...
**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...
**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...