Commit 64d366b
chore(security): replace TLS cert/key PEM placeholders with obvious placeholders
The mlflow chart and the self-signed-vs-user-provided-tls pattern shipped example
TLS values as empty PEM blocks:
cert: |
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
key: |
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
GitHub secret scanning flags these (generic private key) even though they're
empty, which clutters the security reports and makes audits noisier.
Replace them with explicit, obviously-fake placeholders
(REPLACE_WITH_YOUR_PEM_ENCODED_TLS_CERTIFICATE / ..._PRIVATE_KEY) so there are no
PEM markers left to flag, it's unmistakable that nothing real is committed, and
it's clear a real value must be supplied. Regenerated the mlflow helm-docs README
table to match.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 7cf8422 commit 64d366b
3 files changed
Lines changed: 12 additions & 14 deletions
File tree
- applications/mlflow/charts/mlflow
- patterns/self-signed-vs-user-provided-tls
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
838 | | - | |
| 838 | + | |
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
| |||
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
849 | | - | |
| 849 | + | |
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
0 commit comments