diff --git a/src/openapi/api.yaml b/src/openapi/api.yaml index 7338c3be..08824fae 100644 --- a/src/openapi/api.yaml +++ b/src/openapi/api.yaml @@ -1524,6 +1524,7 @@ paths: description: Id of the team schema: type: string + pattern: '^[a-z0-9-]+$' get: operationId: connectAplCloudtty x-eov-operation-handler: v2/cloudtty @@ -1556,6 +1557,7 @@ paths: description: Id of the team schema: type: string + pattern: '^[a-z0-9-]+$' get: operationId: connectCloudtty x-eov-operation-handler: v1/cloudtty diff --git a/test/core.yaml b/test/core.yaml index ca00f855..9023df3c 100644 --- a/test/core.yaml +++ b/test/core.yaml @@ -180,6 +180,7 @@ adminApps: - name: istio tags: [ingress, egress, routing, security, tls, observability, policies] - name: keycloak + path: /admin/otomi/console/ tags: [auth, sso] # isShared: true ownHost: true @@ -217,7 +218,7 @@ adminApps: - authorization - name: loki tags: [logging, telemetry, observability] - deps: [grafana, prometheus] + deps: [grafana, prometheus, otel] useHost: grafana path: /explore?orgId=1&left=%7B"datasource":"loki","queries":%5B%7B"refId":"A"%7D%5D,"range":%7B"from":"now-1h","to":"now"%7D%7D - name: console @@ -259,7 +260,7 @@ adminApps: tags: [secrets, security, observability] ownHost: true - name: otel - tags: [tracing] + tags: [logging, tracing] - name: trivy tags: [security] deps: [prometheus, grafana]