Skip to content

Commit

Permalink
PAAS-2712: fix issue with new JSON lib
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-gagnon authored and Ronan-Gorain committed Nov 24, 2023
1 parent ec9fcc3 commit 44303b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/jahia/augmented-search-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,10 @@ actions:
"id": "$es_connection_name",
"isConnected": true,
"host": "$es_endpoint",
"port": 443,
"port": "443",
"user": "${env.envName}",
"password": "$__secret__elasticsearch_password",
"options": {
"useXPackSecurity": true,
"useEncryption": true
}
"options": '{"useXPackSecurity": true, "useEncryption": true}'
}
EOF
}
Expand Down

0 comments on commit 44303b4

Please sign in to comment.