Processing execution error - eoepca: pepresource.so service error #74
Answered
by
rconway
rconway
asked this question in
ADES (Processing)
-
After initiating processing, a call to Get Execute Status indicates failure...
|
Beta Was this translation helpful? Give feedback.
Answered by
rconway
Feb 7, 2023
Replies: 1 comment
-
This implies that the ADES is expecting to receive a JWT - but has not received one. The ADES has a couple of modes where it expects to receive a JWT as a Bearer token:
Also suggest that you use ADES chart |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rconway
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This implies that the ADES is expecting to receive a JWT - but has not received one.
The
id_token
must be passed as aBearer
in the ADES execute request.The ADES has a couple of modes where it expects to receive a JWT as a Bearer token:
workflowExecutor.wps.usePep
- enables the ADES to interface with the pep to create dynamic protection for 'new' resources as they are created in the ADES. Set to false for simplicity.workflowExecutor.useResourceManager
- instructs the ADES to interface with the workspace-api to register processing results with the user's workspace. Set to false for now until you have a workspace.Also suggest that you use ADES chart
2.0.6
since there were some errors w…