Skip to content

Commit 2df5d19

Browse files
Force test to recreate a KMS key (#2896)
1 parent 16000f7 commit 2df5d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/encryption_at_rest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848
KeyVaultName = "ako-kms-test"
4949
AzureClientSecret = "AZURE_CLIENT_SECRET" //#nosec G101 -- False positive; this is the env var, not the secret itself
5050
AzureEnvironment = "AZURE"
51-
KeyName = "encryption-at-rest-test-key"
51+
KeyName = "encryption-at-rest-test-key-2"
5252
)
5353

5454
var _ = Describe("Encryption at REST test", Label("encryption-at-rest"), func() {

0 commit comments

Comments
 (0)