auth.provider API
    Preparing search index...

    Interface SecretEntropyRequirement

    Identifies the setting under check so the failure can name it.

    interface SecretEntropyRequirement {
        configKey: string;
        envVar: string;
        minBytes?: number;
    }
    Index
    configKey: string

    Dotted config path, e.g. "session.secret".

    envVar: string

    Environment variable the shipped HOCON binds it to, e.g. "SESSION_SECRET".

    minBytes?: number