Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

encryptionSecret may not be null #26

Description

@ighack

docker-compose -f docker/docker-compose.yml -p dbaudit up
Recreating dbaudit_bastion_1 ... done
Starting dbaudit_postgres_1 ... done
Attaching to dbaudit_bastion_1, dbaudit_postgres_1
postgres_1 |
postgres_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1 |
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: starting PostgreSQL 12.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.2.0) 9.2.0, 64-bit
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres_1 | 2021-02-03 06:24:26.821 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1 | 2021-02-03 06:24:26.836 UTC [20] LOG: database system was shut down at 2021-02-03 06:22:22 UTC
postgres_1 | 2021-02-03 06:24:26.839 UTC [1] LOG: database system is ready to accept connections
bastion_1 | io.dropwizard.configuration.ConfigurationValidationException: /app/etc/config.yml has an error:
bastion_1 | * encryptionSecret may not be null
bastion_1 |
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.validate(BaseConfigurationFactory.java:238)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:128)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:89)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:126)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:74)
bastion_1 | at io.dropwizard.cli.Cli.run(Cli.java:78)
bastion_1 | at io.dropwizard.Application.run(Application.java:93)
bastion_1 | at io.tokern.bastion.BastionApplication.main(BastionApplication.java:47)
bastion_1 | io.dropwizard.configuration.ConfigurationValidationException: /app/etc/config.yml has an error:
bastion_1 | * encryptionSecret may not be null
bastion_1 |
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.validate(BaseConfigurationFactory.java:238)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:128)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:89)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:126)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:74)
bastion_1 | at io.dropwizard.cli.Cli.run(Cli.java:78)
bastion_1 | at io.dropwizard.Application.run(Application.java:93)
bastion_1 | at io.tokern.bastion.BastionApplication.main(BastionApplication.java:47)
dbaudit_bastion_1 exited with code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions