Skip to content

Commit 5bd6ed7

Browse files
committed
static description, rendered in Kind on macOS
1 parent 2433810 commit 5bd6ed7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

keychain.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package main
22

33
import (
44
"flag"
5-
"fmt"
65

76
"github.com/99designs/keyring"
87
credentialhelper "github.com/bendrucker/terraform-credential-helper-sdk"
@@ -45,7 +44,7 @@ func (h *KeychainHelper) Store(hostname string, credentials []byte, flags *flag.
4544
Key: hostname,
4645
Label: hostname,
4746
Data: credentials,
48-
Description: fmt.Sprintf("Terraform Cloud API credentials for %s, created via 'terraform login'", hostname),
47+
Description: "application password",
4948
})
5049
}
5150

0 commit comments

Comments
 (0)