Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide duplicate error message during connector creation #917

Open
6 tasks
MaximilianHauer opened this issue Aug 12, 2024 · 1 comment
Open
6 tasks

Provide duplicate error message during connector creation #917

MaximilianHauer opened this issue Aug 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@MaximilianHauer
Copy link

MaximilianHauer commented Aug 12, 2024

Description

During the call of the following API

POST: /api/administration/connectors
POST: /api/administration/connectors/managed

i want to receive a proper error message if the values of the fields name, serviceAccount and connectorUrl are existing already
The error message should clearly define that these entries are existing already and duplicates are not allowed.

Acceptance Criteria

  • post an existing name and receive a precise error message
  • post an existing serviceAccount and receive a precise error message
  • post an existing connectorUrl and receive a precise error message
  • post a new name and receive a success message
  • post a new serviceAccount and receive a success message
  • post a new connectorUrl and receive a success message
@MaximilianHauer MaximilianHauer added the enhancement New feature or request label Aug 12, 2024
@MaximilianHauer MaximilianHauer changed the title Check on duplicate during connector creation Provide duplicate error message during connector creation Aug 12, 2024
@Phil91 Phil91 self-assigned this Aug 12, 2024
@Phil91
Copy link
Member

Phil91 commented Aug 13, 2024

@MaximilianHauer fyi changed POST: /api/administration/connectors/daps to POST: /api/administration/connectors

@MaximilianHauer MaximilianHauer added this to the Release 2.2.0 milestone Aug 13, 2024
@evegufy evegufy modified the milestones: Release 2.2.0, Release 24.12 Aug 14, 2024
Phil91 added a commit that referenced this issue Sep 11, 2024
Phil91 added a commit that referenced this issue Sep 11, 2024
Refs: #917
Co-authored-by: Norbert Truchsess <[email protected]>
Reviewed-by: Norbert Truchsess <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: IN REVIEW
Development

No branches or pull requests

3 participants