Skip to content

Commit

Permalink
b64 encrypt master key
Browse files Browse the repository at this point in the history
  • Loading branch information
prom3theu5 committed Jul 22, 2023
1 parent 7da9a1b commit c7680a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bytesafe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
name: bytesafe-ce
sources:
- https://github.com/SimCubeLtd/simcube-helm-charts
version: "1.0.3"
version: "1.0.4"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/bytesafe/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "bytesafe.labels" . | nindent 4 }}
type: Opaque
data:
DATA_ENCRYPTION_KEY: {{ .Values.masterEncryptionKey }}
DATA_ENCRYPTION_KEY: {{ .Values.masterEncryptionKey | b64enc }}

{{- if and .Values.redis.enabled .Values.redis.auth.password }}
REDIS_PASSWORD: {{ .Values.redis.auth.password | b64enc }}
Expand Down

0 comments on commit c7680a3

Please sign in to comment.