Skip to content

Commit

Permalink
Merge pull request #81 from UCLALibrary/add-secret-key-base
Browse files Browse the repository at this point in the history
add-secret-key-base
  • Loading branch information
jhriv authored Nov 2, 2023
2 parents 7004a7a + ec74be9 commit 2276299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ DEPLOY_HOOK=CHANGEME
DOCKER_PORTS=80
MAKE_WAVES=
NEGATIVE_CAPTCHA_SECRET=64fe54311a8e54b637a1da1ff993b560ff5c742211f645f35b8b9bd8b3d2e4015e95dea8db4dc235df0396ddd94d21d18d0c787bcaa5b579cb5f6f2aac90e601
SECRET_KEY_BASE=CHANGEME
PASSENGER_APP_ENV=development
POSTGRES_DB=oral_history
POSTGRES_HOST=postgres
Expand Down
4 changes: 3 additions & 1 deletion charts/prod-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,13 @@ externalsecrets:
- secretKey: POSTGRES_PASSWORD
remoteRef:
key: /systems/prodrke01/oh-public/db_password
- secretKey: SECRET_KEY_BASE
remoteRef:
key: /systems/prodrke01/oh-public/secret_key_base
- secretKey: SOLR_ADMIN_PASSWORD
remoteRef:
key: /systems/prodrke01/oh-public/solr_admin_password


# configure a registry token for access to your container registry, needs read permissions, create secret in Rancher, follow instructions:
# https://ranchermanager.docs.rancher.com/v2.5/how-to-guides/new-user-guides/kubernetes-resources-setup/kubernetes-and-docker-registries#creating-a-registry
# replace registry-token below with the name of the secret you created in the Rancher UI
Expand Down

0 comments on commit 2276299

Please sign in to comment.