Skip to content

Commit

Permalink
Reverted 'Changed job.engine.client.auth.mode to trusted for Rest API'
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Nov 3, 2021
1 parent c5498bf commit 00af8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/api/docker/Dockerfile
Expand Up @@ -42,7 +42,7 @@ ENV JAVA_OPTS "-Dcommons.db.schema.update=true \
-Ddevice.management.response.stacktrace.show=\${DEVICE_MANAGEMENT_RESPONSE_STACKTRACE_SHOW:-false} \
-Djavax.xml.bind.context.factory=org.eclipse.persistence.jaxb.JAXBContextFactory \
-Djob.engine.base.url=\${JOB_ENGINE_BASE_ADDR} \
-Djob.engine.client.auth.mode=trusted \
-Djob.engine.client.auth.mode=access_token \
\${JETTY_DEBUG_OPTS}"

USER 0
Expand Down

0 comments on commit 00af8e3

Please sign in to comment.