Commit Graph

10 Commits

Author SHA1 Message Date
Richard Cox 0a3e214670 Ensure vai-on requests use the correct equality filter
- Syntax
  - vai off - `filter=x=y`
  - vai on - `filter=x~y`
- Used in code paths
  - indirectly via findAll action
    - urlOptions incorrectly used `=` in vai on world
    - fix - update getter to use correct equality given env
  - directly via `request` action's url arg
    - fix - updated to use urlOptions getter
- Actually used in
  - shell/chart/monitoring/index.vue to fetch workloadTypes
  - shell/components/Certificates.vue to fetch specific type of secret
  - shell/utils/v-sphere.ts to fetch to fetch secret created with a generateName
2025-05-08 15:21:54 +01:00
Richard Cox 5161bcaf71 trivial change 2024-11-08 13:45:13 +00:00
Richard Cox 0be2b76dd9 Remove duped code 2024-11-08 13:11:38 +00:00
Mo Mesgin d171ba094b refactor accessing provider 2024-11-08 13:11:38 +00:00
Mo Mesgin e177668f80 refactor getting feature flag + check provider before running the logic 2024-11-08 13:11:38 +00:00
Mo Mesgin 94596cb003 return when prebootstrap flag is active 2024-11-08 13:11:38 +00:00
Mo Mesgin d51bf024b5 update cpi and csi secret names 2024-10-11 11:12:08 -07:00
Mo Mesgin d25c9ce391 reset vsphere credentials when generate secret is off 2024-10-11 11:17:39 +01:00
Mo Mesgin ffad3b7f02 remove extra characters from vsphere csi configTemplateString 2024-10-11 11:15:17 +01:00
Richard Cox b493cf8ec6 vpshere secrets 2024-10-09 10:40:44 +01:00