manager icon indicating copy to clipboard operation
manager copied to clipboard

change: [DPS-35843] - Create destination, validate if host and bucket name match

Open kagora-akamai opened this issue 1 month ago โ€ข 0 comments

Description ๐Ÿ“

In create destination form, add validation for Host and Bucket Name fields. Bucket name must be equal to first part of the host name

Changes ๐Ÿ”„

  • match validation on bucket name field
  • match validation on host field

Scope ๐Ÿšข

Upon production release, changes in this PR will be visible to:

  • [x] Some customers (e.g. in Beta or Limited Availability)

Target release date ๐Ÿ—“๏ธ

December 2026

Preview ๐Ÿ“ท

Before After
Screenshot 2025-12-08 at 14 49 43 Screenshot 2025-12-08 at 14 49 21

How to test ๐Ÿงช

Prerequisites

start manager

Verification steps

  • navigate to logs/delivery/destinations/create
  • fill Host field with value {bucket}.{rest of the host name}
  • fill bucket name field with value {bucket}
  • modify {bucket} value in any of the fields, click test connection, or validate fields on blur to see error messages
Author Checklists

As an Author, to speed up the review process, I considered ๐Ÿค”

๐Ÿ‘€ Doing a self review โ” Our contribution guidelines ๐Ÿค Splitting feature into small PRs โž• Adding a changeset ๐Ÿ“ฑ Providing mobile support


  • [x] I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed โœ…

  • [x] All tests and CI checks are passing
  • [x] TypeScript compilation succeeded without errors
  • [x] Code passes all linting rules

kagora-akamai avatar Dec 08 '25 13:12 kagora-akamai