This article provides the steps to extract the workflow spec file, make the required changes to it, and re-inject it to the existing workflow so it can be retried with an updated value.
'vcf'
user and then type 'su root'
.
echo "vcf.vault.http-access=true" >> /etc/vmware/vcf/domainmanager/application.properties
systemctl restart domainmanager
curl -k -s http://localhost/domainmanager/internal/vault/<workflow_id_from_url> -X GET | json_pp > /tmp/workflow.json
vi /tmp/workflow.json
curl -k -s http://localhost/domainmanager/internal/vault/<workflow_id_from_url> -X PUT -H "Content-type: text/plain" -d @/tmp/workflow.json
Impact/Risks:
MODERATE: Depending on the workflow that is being attempted, modifying the workflow manually can have a significant impact to the environment. Please ensure that you have appropriate backups and snapshots of the components involved in the workflow.