Skip to content

Commit

Permalink
1437: Allow pre encoded values be pushed to the fr config value inste…
Browse files Browse the repository at this point in the history
…ad of decoding during pipeline (#56)
  • Loading branch information
shaunharrisonFR authored Jun 4, 2024
1 parent 16ad709 commit 74b0f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "",
"encoding": "pem",
"useInPlaceholders": false,
"valueBase64": "${ESV_SAPIG_CORE_AM_OAUTH2_CA_CERTS_1}"
"valueBase64": "${BASE64:ESV_SAPIG_CORE_AM_OAUTH2_CA_CERTS_1}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "",
"encoding": "pem",
"useInPlaceholders": false,
"valueBase64": "${ESV_SAPIG_OB_AM_OAUTH2_CA_CERTS_1}"
"valueBase64": "${BASE64:ESV_SAPIG_OB_AM_OAUTH2_CA_CERTS_1}"
}

0 comments on commit 74b0f08

Please sign in to comment.