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 8c187f5 commit 79cacf4Copy full SHA for 79cacf4
certs/curl/README.md
@@ -4,6 +4,8 @@
4
x509: certificate signed by unknown authority.
5
```
6
7
+[Cacert](https://curl.haxx.se/ca/cacert.pem) from https://curl.haxx.se/docs/caextract.html
8
+
9
[Curl PEM issue solution](https://github.com/hashicorp/terraform/issues/10779#issuecomment-304664405)
10
[Go x509 issue solution](https://stackoverflow.com/a/29295887/2990066)
11
[Go x509 envar setup](https://golang.org/src/crypto/x509/root_unix.go)
internal/generate/kubernetes/generate.go
@@ -18,6 +18,7 @@ import (
18
"gopkg.in/yaml.v2"
19
)
20
21
+// Secrets - AWS prompted credentials
22
type Secrets struct {
23
Aws struct {
24
AwsAccessKeyID string
0 commit comments