fix: Autenticación por token para MCP Server
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s
- Ruta /api/mcp agregada a rutas públicas de Traefik - Validación de token Bearer en el endpoint - Token configurado como secret MCP_AUTH_TOKEN
This commit is contained in:
@@ -19,6 +19,8 @@ jobs:
|
||||
# Authentik configuration
|
||||
NUXT_PUBLIC_AUTHENTIK_URL: ${{ vars.NUXT_PUBLIC_AUTHENTIK_URL }}
|
||||
NUXT_PUBLIC_AUTH_ENABLED: ${{ vars.NUXT_PUBLIC_AUTH_ENABLED }}
|
||||
# MCP Server authentication
|
||||
MCP_AUTH_TOKEN: ${{ secrets.MCP_AUTH_TOKEN }}
|
||||
steps:
|
||||
- name: Build, Push and Deploy
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user