Istio · Capability

Istio Security API — RequestAuthentication

Istio Security API — RequestAuthentication. 5 operations. Lead operation: Istio List RequestAuthentications. Self-contained Naftiko capability covering one Istio business surface.

Run with Naftiko IstioRequestAuthentication

What You Can Do

GET
Listrequestauthentications — Istio List RequestAuthentications
/v1/namespaces/{namespace}/requestauthentications
POST
Createrequestauthentication — Istio Create a RequestAuthentication
/v1/namespaces/{namespace}/requestauthentications
GET
Getrequestauthentication — Istio Get a RequestAuthentication
/v1/namespaces/{namespace}/requestauthentications/{name}
PUT
Replacerequestauthentication — Istio Replace a RequestAuthentication
/v1/namespaces/{namespace}/requestauthentications/{name}
DELETE
Deleterequestauthentication — Istio Delete a RequestAuthentication
/v1/namespaces/{namespace}/requestauthentications/{name}

MCP Tools

istio-list-requestauthentications

Istio List RequestAuthentications

read-only idempotent
istio-create-requestauthentication

Istio Create a RequestAuthentication

istio-get-requestauthentication

Istio Get a RequestAuthentication

read-only idempotent
istio-replace-requestauthentication

Istio Replace a RequestAuthentication

idempotent
istio-delete-requestauthentication

Istio Delete a RequestAuthentication

idempotent

Capability Spec

security-requestauthentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Istio Security API — RequestAuthentication
  description: 'Istio Security API — RequestAuthentication. 5 operations. Lead operation: Istio List RequestAuthentications.
    Self-contained Naftiko capability covering one Istio business surface.'
  tags:
  - Istio
  - RequestAuthentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ISTIO_API_KEY: ISTIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: security-requestauthentication
    baseUri: https://{cluster}/apis/security.istio.io/v1
    description: Istio Security API — RequestAuthentication business capability. Self-contained, no shared references.
    resources:
    - name: namespaces-namespace-requestauthentications
      path: /namespaces/{namespace}/requestauthentications
      operations:
      - name: listrequestauthentications
        method: GET
        description: Istio List RequestAuthentications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createrequestauthentication
        method: POST
        description: Istio Create a RequestAuthentication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: namespaces-namespace-requestauthentications-name
      path: /namespaces/{namespace}/requestauthentications/{name}
      operations:
      - name: getrequestauthentication
        method: GET
        description: Istio Get a RequestAuthentication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: replacerequestauthentication
        method: PUT
        description: Istio Replace a RequestAuthentication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleterequestauthentication
        method: DELETE
        description: Istio Delete a RequestAuthentication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ISTIO_API_KEY}}'
  exposes:
  - type: rest
    namespace: security-requestauthentication-rest
    port: 8080
    description: REST adapter for Istio Security API — RequestAuthentication. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/namespaces/{namespace}/requestauthentications
      name: namespaces-namespace-requestauthentications
      description: REST surface for namespaces-namespace-requestauthentications.
      operations:
      - method: GET
        name: listrequestauthentications
        description: Istio List RequestAuthentications
        call: security-requestauthentication.listrequestauthentications
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createrequestauthentication
        description: Istio Create a RequestAuthentication
        call: security-requestauthentication.createrequestauthentication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/namespaces/{namespace}/requestauthentications/{name}
      name: namespaces-namespace-requestauthentications-name
      description: REST surface for namespaces-namespace-requestauthentications-name.
      operations:
      - method: GET
        name: getrequestauthentication
        description: Istio Get a RequestAuthentication
        call: security-requestauthentication.getrequestauthentication
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: replacerequestauthentication
        description: Istio Replace a RequestAuthentication
        call: security-requestauthentication.replacerequestauthentication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleterequestauthentication
        description: Istio Delete a RequestAuthentication
        call: security-requestauthentication.deleterequestauthentication
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: security-requestauthentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Istio Security API — RequestAuthentication. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: istio-list-requestauthentications
      description: Istio List RequestAuthentications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: security-requestauthentication.listrequestauthentications
      outputParameters:
      - type: object
        mapping: $.
    - name: istio-create-requestauthentication
      description: Istio Create a RequestAuthentication
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: security-requestauthentication.createrequestauthentication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: istio-get-requestauthentication
      description: Istio Get a RequestAuthentication
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: security-requestauthentication.getrequestauthentication
      outputParameters:
      - type: object
        mapping: $.
    - name: istio-replace-requestauthentication
      description: Istio Replace a RequestAuthentication
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: security-requestauthentication.replacerequestauthentication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: istio-delete-requestauthentication
      description: Istio Delete a RequestAuthentication
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: security-requestauthentication.deleterequestauthentication
      outputParameters:
      - type: object
        mapping: $.