Skip to content

Commit

Permalink
Add auth-*-key secrets to media
Browse files Browse the repository at this point in the history
  • Loading branch information
peb-adr committed Aug 9, 2023
1 parent 9fc6907 commit 27a8b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/config/default-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ services:
- frontend
- data
secrets:
- auth_token_key
- auth_cookie_key
- postgres_password
{{- with .AdditionalContent }}{{ marshalContent 4 . }}{{- end }}
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions pkg/setup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,8 @@ services:
- frontend
- data
secrets:
- auth_token_key
- auth_cookie_key
- postgres_password
icc:
Expand Down

0 comments on commit 27a8b7a

Please sign in to comment.