Skip to content

Commit aa987a1

Browse files
committed
allow using keyring for unsigned binary
1 parent 2029956 commit aa987a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vault/credentialkeyring.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ func (ck *CredentialKeyring) Set(credentialsName string, creds aws.Credentials)
5959
Key: credentialsName,
6060
Label: fmt.Sprintf("aws-vault (%s)", credentialsName),
6161
Data: bytes,
62-
63-
// specific Keychain settings
64-
KeychainNotTrustApplication: true,
6562
})
6663
}
6764

0 commit comments

Comments
 (0)