From 4e2c6dd2457dd03c0300e813bbf1b0645d79868a Mon Sep 17 00:00:00 2001 From: Sander Rodenhuis Date: Wed, 4 Sep 2024 20:57:33 +0200 Subject: [PATCH 1/4] fix: rm home alerts --- src/openapi/settings.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/openapi/settings.yaml b/src/openapi/settings.yaml index 8773cc304..37182d76b 100644 --- a/src/openapi/settings.yaml +++ b/src/openapi/settings.yaml @@ -159,16 +159,7 @@ Settings: tempo: type: string $ref: definitions.yaml#/wordCharacterPattern - default: tempo - home: - additionalProperties: false - $ref: definitions.yaml#/alerts - title: Co-monitoring - description: Send alerts to a 3rd party for co-monitoring - x-externalDocsPath: docs/for-ops/console/settings#co-monitoring - x-acl: - admin: [read-any, update-any] - team: [] + default: tempo dns: $ref: definitions.yaml#/dns x-externalDocsPath: docs/for-ops/console/settings/dns @@ -320,11 +311,6 @@ Settings: title: External IDP type: boolean default: false - isHomeMonitored: - description: Whether this cluster is monitored by a third party. - title: Co-monitoring - type: boolean - default: false isMultitenant: description: Will separate team metrics and logs. Disabling this effectively gives all users admin role and lets them see everything. title: Multi-tenancy From 02c7a3ec7a95b4e33e270d2505ffc696fd5a830d Mon Sep 17 00:00:00 2001 From: Ferruh Cihan <63190600+ferruhcihan@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:57:38 +0200 Subject: [PATCH 2/4] fix: team settings policies title --- src/openapi/team.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/team.yaml b/src/openapi/team.yaml index 82466c16e..b596a58a9 100644 --- a/src/openapi/team.yaml +++ b/src/openapi/team.yaml @@ -15,7 +15,7 @@ TeamSelfService: default: [ingress] uniqueItems: true policies: - title: Policies + title: Security policies type: array items: type: string From e14236f707ba0e24a6e3206ede7313d060625677 Mon Sep 17 00:00:00 2001 From: Ferruh Cihan <63190600+ferruhcihan@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:06:50 +0200 Subject: [PATCH 3/4] fix: remove beta chip from sealed secrets --- test/apps.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/apps.yaml b/test/apps.yaml index 311fea785..9bb41047e 100644 --- a/test/apps.yaml +++ b/test/apps.yaml @@ -170,11 +170,7 @@ appsInfo: appVersion: 1.7.1 repo: https://github.com/kubernetes/ingress-nginx maintainers: NGINX - relatedLinks: - [ - 'https://apl-docs.net/docs/apps/ingress-nginx', - 'https://docs.nginx.com/nginx-ingress-controller/', - ] + relatedLinks: ['https://apl-docs.net/docs/apps/ingress-nginx', 'https://docs.nginx.com/nginx-ingress-controller/'] license: Apache 2.0 about: ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer. integration: Otomi integrated ingress-nginx into an advanced ingress architecture. @@ -330,7 +326,6 @@ appsInfo: license: Apache 2.0 about: Sealed Secrets is a Kubernetes Custom Resource Definition Controller which allows you to store even sensitive information in Git repositories. integration: Otomi uses Sealed Secrets to provide a secure way to store Kubernetes secrets in Git repositories. Sealed Secrets can be used to store secrets in the values repository. - isBeta: true tempo: title: Tempo appVersion: 2.1.1 From 2f6c414b5aa8cf822d072a3f5aae447ea8b4e928 Mon Sep 17 00:00:00 2001 From: Ferruh Cihan <63190600+ferruhcihan@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:14:39 +0200 Subject: [PATCH 4/4] fix: apl settings title --- src/openapi/settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/settings.yaml b/src/openapi/settings.yaml index 37182d76b..5891e7e43 100644 --- a/src/openapi/settings.yaml +++ b/src/openapi/settings.yaml @@ -239,7 +239,7 @@ Settings: - clientSecret otomi: - title: Otomi + title: APL type: object description: Settings for APL. additionalProperties: false