the gencfg_jdbc role does not support pem file with multiple certificates #1059
Labels
Bug Fix
Fix for one or more bugs
Bug Report
Something isn't working
Triage
Issue was triaged and acknowledged
the jdbccfg template file will only create 1 entry in the certificates array and will stuff all the certificates in the provided pem file into this array entry.
the jdbccfg template should loop over the contents in the pem file and create an array entry for each certificate found in the pem file
The text was updated successfully, but these errors were encountered: