Skip to content

Commit

Permalink
update puma configuration with active record encryption environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Nov 1, 2024
1 parent 582074a commit 5c3d797
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/deploy/production/puma.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@ spec:
secretKeyRef:
name: production
key: github_private_key
- name: ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY
valueFrom:
secretKeyRef:
name: production
key: active_record_encryption_primary_key
- name: ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY
valueFrom:
secretKeyRef:
name: production
key: active_record_encryption_deterministic_key
- name: ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT
valueFrom:
secretKeyRef:
name: production
key: active_record_encryption_key_derivation_salt
securityContext:
privileged: false
lifecycle:
Expand Down

0 comments on commit 5c3d797

Please sign in to comment.