Skip to content
Merged
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
10 changes: 10 additions & 0 deletions specification/resources/apps/models/app_ingress_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ properties:
type: array
items:
$ref: app_ingress_spec_rule.yml
custom_error_page_url:
Comment thread
Gborgman05 marked this conversation as resolved.
type: string
format: uri
pattern: '^https://'
description: |-
Optional HTTPS URL of a custom error page to display when the app is unreachable. The
page is shown in a full-viewport iframe. The target must allow framing: avoid
`X-Frame-Options: DENY` and a restrictive `Content-Security-Policy` `frame-ancestors`
that blocks the platform. If omitted, the default platform error page is used.
example: https://status.example.com/app-unavailable
description: Specification for app ingress configurations.
Loading