Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions test/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
Loading