Skip to content

PagesDomain: allow update of key/certificate

What does this MR do?

  • Adds the feature to update the TLS key/certificate of a given PagesDomain, without having to delete and re-create the domain instance from scratch.
  • Slight improvements to domain breadcrumbs in Pages section. (Add a Pages breadcrumb, and use the domain's hostname as the breadcrumb title.)

Are there points in the code the reviewer needs to double check?

The UX is implemented slightly differently from the proposal in the original issue. Specifically a new edit action has been added, separate to the pre-existing show action. I felt this was both easier to implement, and maybe a little more intuitive from a user's perspective.

I'd be interested to hear the thoughts of others, and happy to consider changes here.

Why was this MR needed?

Closes #29720 (closed).

Screenshots (if relevant)

Screenshot_2018-02-26_20-11-10

Screenshot_2018-02-26_20-12-49

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Nick Thomas

Merge request reports