configure.sh does not copy necessary google workspace secret #1214

Open
opened 2025-11-20 05:26:08 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @sbb-it on GitHub (Sep 4, 2024).

Describe the problem

The AUTH_CLIENT_SECRET necessary for Google's OIDC is not being put in the docker-compose.yml when installing by using the ./configure.sh script.

To Reproduce

Steps to reproduce the behavior:

  1. Fill setup.env with your AUTH_CLIENT_SECRET=mysecret
  2. Run configure.sh
  3. in artifacts/docker-compose.yml in the dashboard container the secret is not filled. (- AUTH_CLIENT_SECRET=)

Expected behavior

In artifacts/docker-compose.yml in the dashboard container there is the env variable AUTH_CLIENT_SECRET=mysecret

Are you using NetBird Cloud?

self-hosted

NetBird version

0.28.9

Originally created by @sbb-it on GitHub (Sep 4, 2024). **Describe the problem** The `AUTH_CLIENT_SECRET` necessary for Google's OIDC is not being put in the docker-compose.yml when installing by using the `./configure.sh` script. **To Reproduce** Steps to reproduce the behavior: 1. Fill `setup.env` with your `AUTH_CLIENT_SECRET=mysecret` 2. Run `configure.sh` 3. in `artifacts/docker-compose.yml` in the dashboard container the secret is not filled. (`- AUTH_CLIENT_SECRET=`) **Expected behavior** In `artifacts/docker-compose.yml` in the dashboard container there is the env variable `AUTH_CLIENT_SECRET=mysecret` **Are you using NetBird Cloud?** self-hosted **NetBird version** 0.28.9
saavagebueno added the waiting-feedbacktriage-needed labels 2025-11-20 05:26:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1214