manager
manager copied to clipboard
change: [DPS-35843] - Create destination, validate if host and bucket name match
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 |
|---|---|
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