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
1 change: 0 additions & 1 deletion src/openapi/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ AppList:
- istio
- jaeger
- keycloak
- kiali
- knative
- kserve
- kubeflow-pipelines
Expand Down
20 changes: 0 additions & 20 deletions test/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,26 +152,6 @@ appsInfo:
license: Apache 2.0
about: Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
integration: The SSO login page for APL is served by Keycloak. Keycloak is used as an identity broker or provider for all APL integrated applications. By default Keycloak is configured as an Identity Broker. Keycloak is part of the core of APL and is always enabled.
kiali:
title: Kiali Operator
appVersion: 2.10.0
repo: https://github.com/kiali/kiali
maintainers: Kiali
relatedLinks:
- https://kiali.io/
- https://github.com/kiali/kiali-operator
license: Apache 2.0
dependencies: Prometheus
about: Kiali is a management console for Istio to manage, visualize, validate and troubleshoot the service mesh.
integration: Kiali can be activated to gain observability insights on its network traffic. Kiali runs in anonymous mode and each authenticated user is given the same authorization, allowing them to see everything.
chartName: kiali-operator
isDeprecated: true
deprecationInfo:
message: Kiali service mesh visualization is being deprecated.
reasons:
- This diagnostic tool is not essential to deliver platform capabilities.
options:
- Click 'I understand' to continue using Kiali dashboard
knative:
title: Knative Operator
appVersion: 1.18.1
Expand Down
17 changes: 0 additions & 17 deletions test/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ k8s:
- name: keycloak
- name: apl-keycloak-operator
disableIstioInjection: true
- name: kiali
app: kiali
- name: kiali-operator
app: kiali
disableIstioInjection: true
- name: knative-serving
app: knative
disablePolicyChecks: true
Expand Down Expand Up @@ -254,18 +249,6 @@ adminApps:
svc: keycloak-keycloakx-http
type: public
port: 8080
- name: kiali
tags: [tracing, telemetry, observability]
deps: [istio, prometheus]
ingress:
- svc: kiali
forwardPath: true
removeRequestHeaders:
- authorization
port: 20001
namespace: kiali
type: public
auth: true
- name: knative
tags: [serverless, functions]
deps: [istio]
Expand Down
3 changes: 0 additions & 3 deletions test/env/apps/kiali.yaml

This file was deleted.

1 change: 0 additions & 1 deletion test/env/teams/apps.admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ teamConfig:
istio: {}
jaeger: {}
keycloak: {}
kiali: {}
knative: {}
kured: {}
tekton: {}
Expand Down
Loading