Commit 3d7a0fb
authored
fix: clarify SPIRE warning message to avoid confusion (#505)
The existing warning 'SPIRE not detected for mTLS-enabled workload' is
confusing because:
1. SPIRE may be running (via Helm) but not detected by this check
2. JWT-SVID authentication works fine despite this warning
3. The check only looks for socket volumes in the pod spec
This commit clarifies that:
- The check is specific to X.509-SVID based mTLS
- JWT-SVID authentication is unaffected
- The message explains what's actually being checked
Fixes rossoctl/rossoctl#2361
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>1 parent 5f4a8e3 commit 3d7a0fb
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
857 | | - | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
858 | 862 | | |
859 | 863 | | |
860 | 864 | | |
| |||
0 commit comments