From 3c413507927d0763e7deb1db7f8283e98b599bcc Mon Sep 17 00:00:00 2001 From: Jess Bodzo <1454418+sjbodzo@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:23:48 -0400 Subject: [PATCH] feat: remove legacy auth middleware (BPAM) (#6) --- charts/big-peer/Chart.lock | 7 ++----- charts/big-peer/Chart.yaml | 8 +------- charts/big-peer/values.yaml | 34 ---------------------------------- 3 files changed, 3 insertions(+), 46 deletions(-) diff --git a/charts/big-peer/Chart.lock b/charts/big-peer/Chart.lock index cdc7862..2c201dc 100644 --- a/charts/big-peer/Chart.lock +++ b/charts/big-peer/Chart.lock @@ -26,8 +26,5 @@ dependencies: - name: dummy-auth-webhook repository: oci://quay.io/ditto-external version: 0.1.1 -- name: bpam - repository: oci://quay.io/ditto-external - version: 1.0.5 -digest: sha256:8ee1b12ae17c67d08dcfc50d437708d1fc2205d967e7942c59b4cc3db1b8f2f2 -generated: "2024-10-14T16:33:31.450729087-04:00" +digest: sha256:9f6980558b50fdbc8c009e36e81bf2c80250496b0391c51d244c22e54c6506c1 +generated: "2024-10-18T11:11:28.341290679-04:00" diff --git a/charts/big-peer/Chart.yaml b/charts/big-peer/Chart.yaml index 56768db..c320df8 100644 --- a/charts/big-peer/Chart.yaml +++ b/charts/big-peer/Chart.yaml @@ -15,7 +15,7 @@ home: https://docs.ditto.live/ # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -87,9 +87,3 @@ dependencies: version: "0.1.1" tags: - dummy-auth-webhook - - name: bpam - repository: "oci://quay.io/ditto-external" - condition: bpam.enabled - version: "1.0.5" - tags: - - bpam diff --git a/charts/big-peer/values.yaml b/charts/big-peer/values.yaml index 0f9921b..4769a0d 100644 --- a/charts/big-peer/values.yaml +++ b/charts/big-peer/values.yaml @@ -749,37 +749,3 @@ dummy-auth-webhook: image: name: quay.io/ditto-external/big-peer-auth-webhook:1.39.2 pullPolicy: IfNotPresent - -###################################### -# Big Peer Authorization Middleware -##################################### -bpam: - enabled: false - -###################################### -# Strimzi Kafka Operator -##################################### -strimzi-kafka-operator: - enabled: true - replicas: 1 - # Installs Cluster Roles, Service Accounts etc. - createGlobalResources: true - watchAnyNamespace: true - tolerations: [] - affinity: {} - # nodeSelector: - # app.ditto.live/tier: infrastructure - labels: - app.ditto.live/service-group: "kafka" - app.ditto.live/exposed: "false" - app.ditto.live/repo: "ditto-umbrella-chart" - app.ditto.live/tier: "infrastructure" - # zookeeper: - # replicas: 1 - # resources: - # limits: - # memory: 1Gi - # cpu: 1 - # requests: - # memory: 1Gi - # cpu: 1