Skip to content

Commit

Permalink
Add auth-*-key secrets to media (OpenSlides#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
peb-adr authored Aug 15, 2023
1 parent 9fc6907 commit f58d71b
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 f58d71b

Please sign in to comment.