Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.14_1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Apr 26, 2023
2 parents 7f6c988 + ee9a6d3 commit 7c71822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ades/files/main.cfg.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resourceManagerWorkspacePrefix= {{ .Values.workflowExecutor.resourceManagerWorks
[eoepca]
owsparser=/opt/t2libs/libeoepcaows.so
buildPath=/opt/t2template/
usernameJwtJsonPath="pct_claims.user_name"
usernameJwtJsonPath={{ .Values.workflowExecutor.usernameJwtJsonPath }}
WorkflowExecutorHost=http://localhost:8000
WorkflowExecutorConfig=/opt/t2config/workflowwxecutorconfig.json
libWorkflowExecutor=/opt/t2service/libworkflow_executor.so
Expand Down
2 changes: 2 additions & 0 deletions charts/ades/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ workflowExecutor:
errorMessages:
"Job has reached the specified backoff limit": "Unexpected application error occurred. ( namespace: $namespace , exit codes: $steps_exit_codes )"

usernameJwtJsonPath: "pct_claims.user_name"

wps:
pepBaseUrl: "https://pep.eoepca.terradue.com"
pepClientStatePath: "/opt/zooservices_user/pepclient"
Expand Down

0 comments on commit 7c71822

Please sign in to comment.