Commit 16b82eb
committed
feat: include credentials in cache key for Prism Central clients
Update cache key to include endpoint address, username, password, and
insecure flag to ensure unique keys per credential set. This is necessary
because Prism Central clients use session-based authentication, where
each client maintains an authenticated session tied to specific credentials.
This ensures that clusters with different credentials get separate cached
clients, which is required for proper authentication.1 parent b57399a commit 16b82eb
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
35 | 44 | | |
0 commit comments