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
9 changes: 0 additions & 9 deletions docs/openshift/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,15 +427,6 @@ echo "✅ Sources extracted to ${SOURCES_DIR}"
# Apply fixes to cloned sources that have not yet been merged upstream.
# ============================================================================

# Fix: SecurityPolicy extAuth.failOpen must be true for standalone installs.
# Without this, Envoy returns HTTP 500 on every request because it cannot reach
# the gRPC ext-auth service on port 50051 (cluster-auth shim is REST on 8081).
EXTAUTH_TPL="${SOURCES_DIR}/envoy-gateway-config/templates/security-policy-extauth.yaml"
if ! grep -q "failOpen" "${EXTAUTH_TPL}" 2>/dev/null; then
sed -i 's/ extAuth:/ extAuth:\n failOpen: true/' "${EXTAUTH_TPL}"
echo "✅ Patched envoy-gateway-config SecurityPolicy: failOpen=true"
fi

# --- envoy-gateway-config, for the AI gateway on OpenShift -------------------
# The chart is written for RKE2: a LoadBalancer apps gateway owning the whole
# domain, and ordinary node sizes. Three lines have to change here. Patching the
Expand Down
16 changes: 0 additions & 16 deletions root/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,22 +321,6 @@ apps:
syncWave: -40
valuesObject:
installCRDs: true
cluster-auth:
namespace: cluster-auth
path: cluster-auth/0.5.9
syncWave: -25
valuesFile: values.yaml
cluster-auth-config:
ignoreDifferences:
- group: external-secrets.io
jqPathExpressions:
- ".spec.data[].remoteRef.conversionStrategy"
- ".spec.data[].remoteRef.decodingStrategy"
- ".spec.data[].remoteRef.metadataPolicy"
kind: ExternalSecret
namespace: cluster-auth
path: cluster-auth-config
syncWave: -20
cnpg-operator:
namespace: cnpg-system
path: cnpg-operator/0.26.0
Expand Down
2 changes: 0 additions & 2 deletions root/values_large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ enabledApps:
- argocd
- argocd-config
- cert-manager
- cluster-auth
- cluster-auth-config
- cnpg-operator
- external-secrets
- external-secrets-config
Expand Down
8 changes: 0 additions & 8 deletions root/values_medium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ enabledApps:
- argocd
- argocd-config
- cert-manager
- cluster-auth
- cluster-auth-config
- cnpg-operator
- external-secrets
- external-secrets-config
Expand Down Expand Up @@ -258,12 +256,6 @@ apps:
requests:
cpu: "5m"
memory: "256Mi"
cluster-auth:
valuesObject:
resources:
requests:
cpu: "100m"
memory: "256Mi"
cnpg-operator:
valuesObject:
resources:
Expand Down
2 changes: 0 additions & 2 deletions root/values_small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ enabledApps:
- argocd
- argocd-config
- cert-manager
- cluster-auth
- cluster-auth-config
- cnpg-operator
- external-secrets
- external-secrets-config
Expand Down
104 changes: 51 additions & 53 deletions sbom/SBOM.md

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions sbom/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,6 @@ components:
projectUrl: https://github.com/cert-manager/cert-manager
license: Apache License 2.0
licenseUrl: https://github.com/cert-manager/cert-manager/blob/master/LICENSE
cluster-auth:
path: cluster-auth/0.5.9
type: helm
valuesFile: values.yaml
sourceUrl: https://github.com/silogen/cluster-forge/tree/main/sources/cluster-auth
projectUrl: https://github.com/silogen/cluster-forge/tree/main/sources/cluster-auth
license: Apache License 2.0
licenseUrl: https://github.com/silogen/cluster-forge/blob/main/LICENSE
cnpg-operator:
path: cnpg-operator/0.26.0
type: helm
Expand Down
20 changes: 0 additions & 20 deletions sources/cluster-auth-config/cluster-auth-es.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions sources/cluster-auth/0.5.0/.helmignore

This file was deleted.

19 changes: 0 additions & 19 deletions sources/cluster-auth/0.5.0/Chart.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions sources/cluster-auth/0.5.0/templates/NOTES.txt

This file was deleted.

61 changes: 0 additions & 61 deletions sources/cluster-auth/0.5.0/templates/_helpers.tpl

This file was deleted.

10 changes: 0 additions & 10 deletions sources/cluster-auth/0.5.0/templates/clusterrole.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions sources/cluster-auth/0.5.0/templates/clusterrolebinding.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions sources/cluster-auth/0.5.0/templates/configmap.yaml

This file was deleted.

Loading
Loading