Skip to content

Commit 38af12d

Browse files
committed
storing key+certificats as passwords
1 parent c5a0c20 commit 38af12d

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

parameter-sets/credential/parameter-set.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@
130130
{
131131
"name": "mtls_certificate_path",
132132
"label": "Path to certificate",
133-
"description": "",
134-
"type": "STRING",
133+
"description": "or full certificate from -----BEGIN to END CERTIFICATE-----",
134+
"type": "PASSWORD",
135135
"visibilityCondition": "model.use_mtls==true"
136136
},
137137
{
138138
"name": "mtls_key_path",
139139
"label": "Path to key",
140-
"description": "",
141-
"type": "STRING",
140+
"description": "or full key from -----BEGIN to END PRIVATE KEY-----",
141+
"type": "PASSWORD",
142142
"visibilityCondition": "model.use_mtls==true"
143143
}
144144
]

parameter-sets/secure-basic/parameter-set.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
{
5656
"name": "mtls_certificate_path",
5757
"label": "Path to certificate",
58-
"description": "",
59-
"type": "STRING",
58+
"description": "or full certificate from -----BEGIN to END CERTIFICATE-----",
59+
"type": "PASSWORD",
6060
"visibilityCondition": "model.use_mtls==true"
6161
},
6262
{
6363
"name": "mtls_key_path",
6464
"label": "Path to key",
65-
"description": "",
66-
"type": "STRING",
65+
"description": "or full key from -----BEGIN to END PRIVATE KEY-----",
66+
"type": "PASSWORD",
6767
"visibilityCondition": "model.use_mtls==true"
6868
}
6969
]

parameter-sets/secure-oauth/parameter-set.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
{
6565
"name": "mtls_certificate_path",
6666
"label": "Path to certificate",
67-
"description": "",
68-
"type": "STRING",
67+
"description": "or full certificate from -----BEGIN to END CERTIFICATE-----",
68+
"type": "PASSWORD",
6969
"visibilityCondition": "model.use_mtls==true"
7070
},
7171
{
7272
"name": "mtls_key_path",
7373
"label": "Path to key",
74-
"description": "",
75-
"type": "STRING",
74+
"description": "or full key from -----BEGIN to END PRIVATE KEY-----",
75+
"type": "PASSWORD",
7676
"visibilityCondition": "model.use_mtls==true"
7777
}
7878
]

0 commit comments

Comments
 (0)