Apache Kylin · Capability

Apache Kylin REST API — Authentication

Apache Kylin REST API — Authentication. 1 operations. Lead operation: Apache kylin Apache Kylin Authenticate. Self-contained Naftiko capability covering one Apache Kylin business surface.

Run with Naftiko Apache KylinAuthentication

What You Can Do

POST
Authenticate — Apache kylin Apache Kylin Authenticate
/v1/user/authentication

MCP Tools

apache-kylin-apache-kylin-authenticate

Apache kylin Apache Kylin Authenticate

Capability Spec

rest-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache Kylin REST API — Authentication
  description: 'Apache Kylin REST API — Authentication. 1 operations. Lead operation: Apache kylin Apache Kylin Authenticate.
    Self-contained Naftiko capability covering one Apache Kylin business surface.'
  tags:
  - Apache Kylin
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_KYLIN_API_KEY: APACHE_KYLIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-authentication
    baseUri: http://localhost:7070/kylin/api
    description: Apache Kylin REST API — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: user-authentication
      path: /user/authentication
      operations:
      - name: authenticate
        method: POST
        description: Apache kylin Apache Kylin Authenticate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.APACHE_KYLIN_USER}}'
      password: '{{env.APACHE_KYLIN_PASS}}'
  exposes:
  - type: rest
    namespace: rest-authentication-rest
    port: 8080
    description: REST adapter for Apache Kylin REST API — Authentication. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/user/authentication
      name: user-authentication
      description: REST surface for user-authentication.
      operations:
      - method: POST
        name: authenticate
        description: Apache kylin Apache Kylin Authenticate
        call: rest-authentication.authenticate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache Kylin REST API — Authentication. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-kylin-apache-kylin-authenticate
      description: Apache kylin Apache Kylin Authenticate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-authentication.authenticate
      outputParameters:
      - type: object
        mapping: $.