From 35daa24507d31299082290768c8883ed022c5bf9 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Wed, 4 Feb 2026 17:28:00 +0530 Subject: [PATCH] lifecycle name chage --- catalog-info.yaml | 64 +---------------------------------------------- 1 file changed, 1 insertion(+), 63 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index aaeeaa2..25cad3c 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -41,71 +41,9 @@ metadata: spec: type: service lifecycle: experimental - owner: user1 + owner: platform-team dependsOn: - resource:default/hades-database - providesApis: - - hades-api - consumesApis: [] - ---- -apiVersion: backstage.io/v1alpha1 -kind: API -metadata: - name: hades-api - title: Hades Authentication API - description: REST API for authentication and authorization operations - tags: - - rest - - authentication - links: - - url: https://api-docs.company.com/hades - title: API Documentation -spec: - type: openapi - lifecycle: experimental - owner: user1 - definition: | - openapi: 3.0.0 - info: - title: Hades V2 API - version: 3.0.0 - description: Authentication and Authorization Service - paths: - /authenticate: - post: - summary: Authenticate user - description: Authenticate a user with username/password - operationId: authenticate - tags: - - Authentication - /authorize: - post: - summary: Authorize token - description: Validate and authorize an authentication token - operationId: authorize - tags: - - Authorization - /users: - get: - summary: List users - description: Get list of users - operationId: listUsers - tags: - - Users - post: - summary: Create user - description: Create a new user - operationId: createUser - tags: - - Users - /schedulerService/jobTrigger: - get: - summary: Health check - description: Service health check endpoint - operationId: healthCheck - tags: - - Monitoring --- apiVersion: backstage.io/v1alpha1