Skip to content

Commit

Permalink
feat: adding vault to OIDC setup and updating alerts to include alert…
Browse files Browse the repository at this point in the history
… for high memory (#7)

* feat: adding vault to OIDC setup
* feat: adding high worker node memory alert
  • Loading branch information
venkatamutyala authored Apr 5, 2023
1 parent 6834408 commit c445e62
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: v0.1.0
description: This chart deploys the GlueOps Platform
name: glueops-platform
version: 0.4.0
version: 0.5.0
5 changes: 5 additions & 0 deletions templates/application-dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ spec:
redirectURIs:
- 'https://authenticated.{{ .Values.captain_domain }}/oauth2/callback'
secret: {{ .Values.dex.pomerium.client_secret }}
- id: vault
name: Hashicorp Vault
redirectURIs:
- 'https://vault.{{ .Values.captain_domain }}/ui/vault/auth/oidc/oidc/callback'
secret: {{ .Values.dex.vault.client_secret }}
repoURL: https://charts.dexidp.io
targetRevision: 0.14.0
syncPolicy:
Expand Down
2 changes: 1 addition & 1 deletion templates/application-glueops-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
source:
path: ''
repoURL: 'https://helm.gpkg.io/platform'
targetRevision: 0.2.0
targetRevision: 0.3.0
helm:
skipCrds: true
parameters:
Expand Down
3 changes: 3 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ dex:
pomerium:
# -- Specify a unique password here. This will be used to connect argocd via OIDC to the Dex IDP. You can create one with in bash `openssl rand -base64 32`
client_secret: XXXXXXXXXXXXXXXXXXXXXXXXXX
# -- Specify a unique password here. This will be used to connect argocd via OIDC to the Dex IDP. You can create one with in bash `openssl rand -base64 32`
vault:
client_secret: XXXXXXXXXXXXXXXXXXXXXXXXXX

0 comments on commit c445e62

Please sign in to comment.