Skip to content

Conversation

@mlm483
Copy link
Contributor

@mlm483 mlm483 commented Jun 30, 2025

Added VUE_APP_ALTERNATE_AUTHENTICATION_ENABLED to the biweb service definition in docker-compose.yml with a default value of false.

Also added GitHub OAuth variables to .env.template and docker-compose.yml.

# GitHub OAuth variables. Only required if using GitHub as an alternative to ORCID.
GITHUB_OAUTH_CLIENT_ID=<Client ID of GitHub OAuth app.>
GITHUB_OAUTH_CLIENT_SECRET=<Client Secret of GitHub Oauth app.>

bi-web PR: Breeding-Insight/bi-web#429
bi-api PR: Breeding-Insight/bi-api#473

- SANDBOX_MODE=${SANDBOX_MODE}
- BRAPI_REFERENCE_SOURCE=${BRAPI_REFERENCE_SOURCE}
- BRAPI_VENDOR_SUBMISSION_ENABLED=${BRAPI_VENDOR_SUBMISSION_ENABLED:-false}
- VUE_APP_ALTERNATE_AUTHENTICATION_ENABLED=${VUE_APP_ALTERNATE_AUTHENTICATION_ENABLED:-false}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should just be ALTERNATE_AUTHENTICATION_ENABLED without the VUE_APP_ prefix like the others.

Copy link
Contributor Author

@mlm483 mlm483 Jun 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated here and in bi-web.

@mlm483 mlm483 merged commit b912ee0 into develop Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants