We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b48a9 commit d475caeCopy full SHA for d475cae
tools/ghsecrets/main.go
@@ -76,6 +76,7 @@ func main() {
76
Use: "get",
77
Short: "Retrieve a secret from AWS Secrets Manager",
78
Run: func(cmd *cobra.Command, args []string) {
79
+ secretID = ensurePrefix(secretID, "testsecrets/")
80
if err := getAWSSecret(secretID, decode); err != nil {
81
exitWithError(err, "Failed to retrieve AWS secret")
82
}
0 commit comments