dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Add project-scoped API endpoints for vSphere

Open embik opened this issue 3 years ago • 0 comments

As part of kubermatic/kubermatic#7260, we need to provide KKP API endpoints that are "project-aware", e.g. from /v2/providers/gke/sizes to /v2/projects/{project_id}/providers/gke/sizes because those API endpoints can use Presets as credentials, and we need information about the project context to determine whether a project-scoped preset can be used or not.

Acceptance Criteria

  • All provider-specific API endpoints for vSphere gain a project-specific equivalent.

embik avatar Oct 07 '22 09:10 embik