Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

env vars: Client details should not be optional #27

Description

@rht

In current master, the check for whether the DB is seeded is if (process.env.EAUTH_CLIENT_NAME && process.env.EAUTH_CLIENT_ID && process.env.EAUTH_CLIENT_SECRET && process.env.EAUTH_REDIRECT_URI). Which doesn't seed if even one of the env vars is not specified. Those vars shouldn't be optional, and so users know that they have to specify them. This is especially the case when users are upgrading from the older version of the Docker container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions