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

Marty/daily check reviews #494

Merged
merged 4 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Front Door configuration
last_reviewed_on: 2024-04-22
last_reviewed_on: 2024-10-10
review_in: 6 months
weight: 4
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Load balancer configuration
last_reviewed_on: 2024-04-22
last_reviewed_on: 2024-10-10
review_in: 6 months
weight: 1
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TLS certificates
last_reviewed_on: 2024-04-22
last_reviewed_on: 2024-10-10
review_in: 6 months
weight: 2
---
Expand Down Expand Up @@ -44,7 +44,7 @@ We are using [Key Vault Acmebot](https://github.com/shibayan/keyvault-acmebot) f

Key Vault Acmebot is deployed from this repository [azure-enterprise-acme](https://github.com/hmcts/azure-enterprise-acme/tree/main) via this [azure-devops pipeline](https://dev.azure.com/hmcts/PlatformOperations/_build?definitionId=656&_a=summary), there is one instance per subscription.

The naming convention for keyvaults and function App are acme<subscription name without hyphen, `sharedservices` is replaced with `sds` because of length limits. E.g. `acmedtssdstest`.
The naming convention for keyvaults and function App are `acme<subscription name without hyphens>`, `sharedservices` is replaced with `sds` because of length limits. e.g. `acmedtssdstest`.

The naming convention for certificate name in Key Vault is `<DNS Name/wildcard>-<DNSZone>` separated by hyphen. E.g. `hmi-apim-test-platform-hmcts-net`, `wildcard-test-platform-hmcts-net`.

Expand Down
2 changes: 1 addition & 1 deletion source/cloud-native-platform/standards/index.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Concepts and standards
last_reviewed_on: 2024-04-22
last_reviewed_on: 2024-10-10
review_in: 6 months
weight: 2
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Pull requests
last_reviewed_on: 2024-04-22
last_reviewed_on: 2024-10-10
review_in: 6 months
weight: 1
hide_in_navigation: true
Expand Down
Loading