Ambassador · JSON Structure

Ambassador Tls Context Spec Structure

Type: object Properties: 14
API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

TLSContextSpec is a JSON Structure definition published by Ambassador, describing 14 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

hosts secret cert_chain_file private_key_file ca_secret cert_required min_tls_version max_tls_version cipher_suites ecdh_curves alpn_protocols redirect_cleartext_from sni ambassador_id

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TLSContextSpec",
  "type": "object",
  "properties": {
    "hosts": {
      "type": "array"
    },
    "secret": {
      "type": "string"
    },
    "cert_chain_file": {
      "type": "string"
    },
    "private_key_file": {
      "type": "string"
    },
    "ca_secret": {
      "type": "string"
    },
    "cert_required": {
      "type": "boolean"
    },
    "min_tls_version": {
      "type": "string"
    },
    "max_tls_version": {
      "type": "string"
    },
    "cipher_suites": {
      "type": "array"
    },
    "ecdh_curves": {
      "type": "array"
    },
    "alpn_protocols": {
      "type": "string"
    },
    "redirect_cleartext_from": {
      "type": "integer"
    },
    "sni": {
      "type": "string"
    },
    "ambassador_id": {
      "type": "array"
    }
  }
}