Skip to content

Commit

Permalink
feat: remove legacy auth middleware (BPAM) (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjbodzo authored Oct 18, 2024
1 parent 62b056b commit 3c41350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 46 deletions.
7 changes: 2 additions & 5 deletions charts/big-peer/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 1 addition & 7 deletions charts/big-peer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
34 changes: 0 additions & 34 deletions charts/big-peer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c41350

Please sign in to comment.