Skip to content

Feat/tenant domain #2651

Mark Harding requested to merge feat/tenant-domain-e2651 into master

Ticket(s) / Related Merge Requests

#2651 (closed)

Summary of Changes

Setups the custom domain for a tenant

Testing Considerations

query {
  multiTenantDomain {
    domain
    dnsRecord {
      name
      type
      value
    }
    status
    ownershipVerificationDnsRecord {
      name
      type
      value
    }
  }
}

mutation {
  createMultiTenantDomain(hostname:"mortynet.minds.com") {
    domain
    dnsRecord {
      name
      type
      value
    }
    status
    ownershipVerificationDnsRecord {
      name
      type
      value
    }
  }
}

Deployment Considerations

Helm changes required for the dns records

Regression Scope

Low

Platform Affected (web, mobile, etc)

API

Developer Testing Completed

@markharding 👍

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Mark Harding

Merge request reports