Commit 397d18d
committed
fix(security): hardcoded default k3s token enables unauthorized c
A static token (`mytoken`) is embedded as the default K3s join secret. If this value is used in real deployments, any party that can reach the control plane and knows this predictable token may join rogue nodes or impersonate legitimate ones.
Affected files: constants.py
Signed-off-by: tuanaiseo <221258316+tuanaiseo@users.noreply.github.com>1 parent 7808630 commit 397d18d
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments