From c078fb8bc135435bd59c74ed4e1d88b2bfe7207d Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 29 May 2023 15:56:48 -0400 Subject: [PATCH] allow user to create new keychain --- cli/packages/util/vault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/packages/util/vault.go b/cli/packages/util/vault.go index ff45be1ca..899c2fe6d 100644 --- a/cli/packages/util/vault.go +++ b/cli/packages/util/vault.go @@ -33,7 +33,7 @@ func GetKeyRing() (keyring.Keyring, error) { LibSecretCollectionName: KEYRING_SERVICE_NAME, KWalletAppID: KEYRING_SERVICE_NAME, KWalletFolder: KEYRING_SERVICE_NAME, - KeychainName: "login", // default so user will not be prompted + KeychainName: "Infisical", // default so user will not be prompted KeychainTrustApplication: true, WinCredPrefix: KEYRING_SERVICE_NAME, FileDir: fmt.Sprintf("~/%s-file-vault", KEYRING_SERVICE_NAME),