diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-07-30 12:37:13 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-08-03 11:33:45 +0200 |
| commit | 16439ea8db70fe7d531fde30914291a9707f32f0 (patch) | |
| tree | 4f46fb0ec26dd9fd0ce50fe9f22cc0e07787fd83 /opendc-web/opendc-web-api/src | |
| parent | a424aa5e81c31f8cc6ba8846f0a6af29623588d4 (diff) | |
feat(web/runner): Avoid REST layer if possible
This change updates the Quarkus extension for the OpenDC runner to avoid
the REST layer if possible, by providing an implementation of `JobManager`
that directly communicates with the `JobService`. This means the runner
does not have to traverse the authentication layer.
Diffstat (limited to 'opendc-web/opendc-web-api/src')
| -rw-r--r-- | opendc-web/opendc-web-api/src/main/resources/application-dev.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-api/src/main/resources/application-dev.properties b/opendc-web/opendc-web-api/src/main/resources/application-dev.properties index 08d11609..98e53ee7 100644 --- a/opendc-web/opendc-web-api/src/main/resources/application-dev.properties +++ b/opendc-web/opendc-web-api/src/main/resources/application-dev.properties @@ -37,4 +37,4 @@ quarkus.opendc-ui.path=/ quarkus.resteasy.path=/api opendc.security.enabled=false - +quarkus.opendc-runner.auth.enabled=false |
