Add validation during new project creation (1) (Add REST endpoint to query cloud service providers)

Created on 23 May 2023, about 1 year ago
Updated 25 May 2023, about 1 year ago

Problem/Motivation

  • When a tenant user is adding a new project to an existing tenant, we should validate if the project name exists in Cloud Orchestrator before letting the user continue. That way, we don't get duplicate cloud_context, which will cause problems in the system.
  • To do so, we need to add the following
    • REST API endpoint to facade_remote_worker to see if a cloud service provider exists with a given name.
    • When the user submits the Add Project form, make a call to the API and see if the project name exists.
โœจ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States baldwinlouie

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024