mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-07 04:29:26 +00:00
fix: Remove CA Certificate preview log
Remove console log for CA Certificate preview.
This commit is contained in:
parent
fe4cd4beef
commit
6a9476a1b9
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ const clientKeyRaw = `${process.env.VAULT_CLIENT_KEY}`;
|
|||
(async () => {
|
||||
try {
|
||||
var caCertificate = Buffer.from(caCertificateRaw, 'base64').toString();
|
||||
console.log('CA Certificate preview:', caCertificate.substring(0, 50))
|
||||
if (caCertificate == null) {
|
||||
throw Error("VAULTCA env not set.")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue