Commit d8bfe8a
committed
fix(kms): auto-append /prpc to onboard source_url if missing
The onboard RPC handler now normalizes source_url by appending /prpc
when it's not already present, matching the behavior of dstack-util.
This allows callers to pass just the base URL (e.g.
https://kms.example.com:9201) without needing to know the /prpc suffix.1 parent de90047 commit d8bfe8a
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | | - | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| |||
0 commit comments