API Key

The apikey template represents a single API key, which is used for authorization checks.

Example config:

apiVersion: "config.istio.io/v1alpha2"
kind: apikey
metadata:
  name: validate-apikey
  namespace: istio-system
spec:
  api: api.service | ""
  api_version: api.version | ""
  api_operation: api.operation | ""
  api_key: api.key | ""
  timestamp: request.time

Template

The apikey template represents a single API key, used to authorize API calls.

FieldTypeDescription
apistring

The API being called (api.service).

apiVersionstring

The version of the API (api.version).

apiOperationstring

The API operation is being called.

apiKeystring

API key used in API call.

timestampistio.policy.v1beta1.TimeStamp

Timestamp of API call.

istio.policy.v1beta1.TimeStamp

An instance field of type TimeStamp denotes that the expression for the field must evalaute to ValueType.TIMESTAMP

Objects of type TimeStamp are also passed to the adapters during request-time for the instance fields of type TimeStamp

FieldTypeDescription
valuegoogle.protobuf.Timestamp

TimeStamp encoded as google.protobuf.Timestamp.