Skip to content

Commit 6ef446c

Browse files
committed
feat(postgres)!: rename maevsi's role secret
1 parent 2069400 commit 6ef446c

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ This project is deployed in accordance to the [DargStack template](https://githu
110110

111111
The `maevsi_postgraphile` database role's username.
112112

113-
- ### `postgres_role_maevsi-tusd_password`
113+
- ### `postgres_role_maevsi_password`
114114

115115
The `tusd` database role's password.
116116

117-
- ### `postgres_role_maevsi-tusd_username`
117+
- ### `postgres_role_maevsi_username`
118118

119119
The `tusd` database role's password.
120120

src/development/secrets/postgres/role_maevsi-tusd_password.secret renamed to src/development/secrets/postgres/role_maevsi_password.secret

File renamed without changes.

src/development/secrets/postgres/role_maevsi-tusd_password.secret.template renamed to src/development/secrets/postgres/role_maevsi_password.secret.template

File renamed without changes.

src/development/secrets/postgres/role_maevsi-tusd_username.secret renamed to src/development/secrets/postgres/role_maevsi_username.secret

File renamed without changes.

src/development/secrets/postgres/role_maevsi-tusd_username.secret.template renamed to src/development/secrets/postgres/role_maevsi_username.secret.template

File renamed without changes.

src/development/stack.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ secrets:
6161
postgres_role_maevsi-postgraphile_username:
6262
# The `maevsi_postgraphile` database role's username.
6363
file: ./secrets/postgres/role_maevsi-postgraphile_username.secret
64-
postgres_role_maevsi-tusd_password:
64+
postgres_role_maevsi_password:
6565
# The `tusd` database role's password.
66-
file: ./secrets/postgres/role_maevsi-tusd_password.secret
67-
postgres_role_maevsi-tusd_username:
66+
file: ./secrets/postgres/role_maevsi_password.secret
67+
postgres_role_maevsi_username:
6868
# The `tusd` database role's password.
69-
file: ./secrets/postgres/role_maevsi-tusd_username.secret
69+
file: ./secrets/postgres/role_maevsi_username.secret
7070
postgres_user:
7171
# The database's default user.
7272
file: ./secrets/postgres/user.secret
@@ -211,9 +211,9 @@ services:
211211
target: /run/environment-variables/NUXT_TURNSTILE_SECRET_KEY
212212
- source: postgres_db
213213
target: /run/environment-variables/PGDATABASE
214-
- source: postgres_role_maevsi-tusd_password
214+
- source: postgres_role_maevsi_password
215215
target: /run/environment-variables/PGPASSWORD
216-
- source: postgres_role_maevsi-tusd_username
216+
- source: postgres_role_maevsi_username
217217
target: /run/environment-variables/PGUSER
218218
user: node:node # files created inside a docker container, like node_modules by pnpm, gain correct permissions by setting the user to `node`
219219
volumes:
@@ -398,8 +398,8 @@ services:
398398
- postgres_role_grafana_username
399399
- postgres_role_maevsi-postgraphile_password
400400
- postgres_role_maevsi-postgraphile_username
401-
- postgres_role_maevsi-tusd_password
402-
- postgres_role_maevsi-tusd_username
401+
- postgres_role_maevsi_password
402+
- postgres_role_maevsi_username
403403
- sqitch_target
404404
volumes:
405405
- ../../../sqitch/:/srv/app/

src/production/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ services:
8888
target: /run/environment-variables/NUXT_TURNSTILE_SECRET_KEY
8989
- source: postgres_db
9090
target: /run/environment-variables/PGDATABASE
91-
- source: postgres_role_maevsi-tusd_password
91+
- source: postgres_role_maevsi_password
9292
target: /run/environment-variables/PGPASSWORD
93-
- source: postgres_role_maevsi-tusd_username
93+
- source: postgres_role_maevsi_username
9494
target: /run/environment-variables/PGUSER
9595
volumes:
9696
- ./configurations/postgraphile/jwtRS256.key.pub:/run/environment-variables/NUXT_PUBLIC_VIO_AUTH_JWT_PUBLIC_KEY:ro

0 commit comments

Comments
 (0)