From 9440256febbb6a0ff9025e81494e5f9ad081d947 Mon Sep 17 00:00:00 2001 From: Vinay Gopalan Date: Thu, 21 Nov 2024 14:00:29 -0800 Subject: [PATCH] add comment --- rotation.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rotation.go b/rotation.go index 67e21b1..42dc81f 100644 --- a/rotation.go +++ b/rotation.go @@ -343,6 +343,7 @@ func (b *backend) setStaticAccountPassword(ctx context.Context, s logical.Storag // Generate a new WAL entry and credential output.WALID = "" default: + // Reuse the password from the existing WAL entry newPassword = wal.NewPassword usedExistingWAL = true }