github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/base/charts/mixer/templates/attributemanifest-istioproxy.yaml (about)

     1  ---
     2  # Source: istio/charts/mixer/templates/config.yaml
     3  apiVersion: "config.istio.io/v1alpha2"
     4  kind: attributemanifest
     5  metadata:
     6    name: istioproxy
     7    namespace: default
     8  spec:
     9    attributes:
    10      origin.ip:
    11        valueType: IP_ADDRESS
    12      origin.uid:
    13        valueType: STRING
    14      origin.user:
    15        valueType: STRING
    16      request.headers:
    17        valueType: STRING_MAP
    18      request.id:
    19        valueType: STRING
    20      request.host:
    21        valueType: STRING
    22      request.method:
    23        valueType: STRING
    24      request.path:
    25        valueType: STRING
    26      request.reason:
    27        valueType: STRING
    28      request.referer:
    29        valueType: STRING
    30      request.scheme:
    31        valueType: STRING
    32      request.total_size:
    33            valueType: INT64
    34      request.size:
    35        valueType: INT64
    36      request.time:
    37        valueType: TIMESTAMP
    38      request.useragent:
    39        valueType: STRING
    40      response.code:
    41        valueType: INT64
    42      response.duration:
    43        valueType: DURATION
    44      response.headers:
    45        valueType: STRING_MAP
    46      response.total_size:
    47            valueType: INT64
    48      response.size:
    49        valueType: INT64
    50      response.time:
    51        valueType: TIMESTAMP
    52      source.uid:
    53        valueType: STRING
    54      source.user: # DEPRECATED
    55        valueType: STRING
    56      source.principal:
    57        valueType: STRING
    58      destination.uid:
    59        valueType: STRING
    60      destination.principal:
    61        valueType: STRING
    62      destination.port:
    63        valueType: INT64
    64      connection.event:
    65        valueType: STRING
    66      connection.id:
    67        valueType: STRING
    68      connection.received.bytes:
    69        valueType: INT64
    70      connection.received.bytes_total:
    71        valueType: INT64
    72      connection.sent.bytes:
    73        valueType: INT64
    74      connection.sent.bytes_total:
    75        valueType: INT64
    76      connection.duration:
    77        valueType: DURATION
    78      connection.mtls:
    79        valueType: BOOL
    80      connection.requested_server_name:
    81        valueType: STRING
    82      context.protocol:
    83        valueType: STRING
    84      context.timestamp:
    85        valueType: TIMESTAMP
    86      context.time:
    87        valueType: TIMESTAMP
    88      # Deprecated, kept for compatibility
    89      context.reporter.local:
    90        valueType: BOOL
    91      context.reporter.kind:
    92        valueType: STRING
    93      context.reporter.uid:
    94        valueType: STRING
    95      api.service:
    96        valueType: STRING
    97      api.version:
    98        valueType: STRING
    99      api.operation:
   100        valueType: STRING
   101      api.protocol:
   102        valueType: STRING
   103      request.auth.principal:
   104        valueType: STRING
   105      request.auth.audiences:
   106        valueType: STRING
   107      request.auth.presenter:
   108        valueType: STRING
   109      request.auth.claims:
   110        valueType: STRING_MAP
   111      request.auth.raw_claims:
   112        valueType: STRING
   113      request.api_key:
   114        valueType: STRING