diff --git a/src/openapi/app.yaml b/src/openapi/app.yaml index 1d4364711..ba0a41b9a 100644 --- a/src/openapi/app.yaml +++ b/src/openapi/app.yaml @@ -18,7 +18,6 @@ AppList: - istio - jaeger - keycloak - - kiali - knative - kserve - kubeflow-pipelines diff --git a/test/apps.yaml b/test/apps.yaml index 55179ae0c..be10d1117 100644 --- a/test/apps.yaml +++ b/test/apps.yaml @@ -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 diff --git a/test/core.yaml b/test/core.yaml index 51f0a6a54..ce77088dd 100644 --- a/test/core.yaml +++ b/test/core.yaml @@ -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 @@ -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] diff --git a/test/env/apps/kiali.yaml b/test/env/apps/kiali.yaml deleted file mode 100644 index ec217e173..000000000 --- a/test/env/apps/kiali.yaml +++ /dev/null @@ -1,3 +0,0 @@ -apps: - kiali: - enabled: false diff --git a/test/env/teams/apps.admin.yaml b/test/env/teams/apps.admin.yaml index e99e17225..1bb8fcf42 100644 --- a/test/env/teams/apps.admin.yaml +++ b/test/env/teams/apps.admin.yaml @@ -14,7 +14,6 @@ teamConfig: istio: {} jaeger: {} keycloak: {} - kiali: {} knative: {} kured: {} tekton: {}