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 082e3b6 commit 2992770Copy full SHA for 2992770
internal/config/generator.go
@@ -54,6 +54,7 @@ type issueTypeFieldConf struct {
54
}
55
56
57
+// MTLS specific config
58
type JiraCLIMTLSConfig struct {
59
CaCert string
60
ClientCert string
pkg/jira/client.go
@@ -96,6 +96,7 @@ func (e Errors) String() string {
96
// Header is a key, value pair for request headers.
97
type Header map[string]string
98
99
+// MTLS authtype specific config
100
type MTLSConfig struct {
101
102
0 commit comments