diff --git a/pkg/config/default-docker-compose.yml b/pkg/config/default-docker-compose.yml index 9368c1d..663d8b2 100644 --- a/pkg/config/default-docker-compose.yml +++ b/pkg/config/default-docker-compose.yml @@ -91,6 +91,7 @@ services: secrets: - auth_token_key - auth_cookie_key + - internal_auth_password - postgres_password {{- with .AdditionalContent }}{{ marshalContent 4 . }}{{- end }} {{- end }} diff --git a/pkg/setup/setup_test.go b/pkg/setup/setup_test.go index 818b84b..878f54f 100644 --- a/pkg/setup/setup_test.go +++ b/pkg/setup/setup_test.go @@ -574,6 +574,7 @@ services: secrets: - auth_token_key - auth_cookie_key + - internal_auth_password - postgres_password backendPresenter: